feat: heroless index pages

This commit is contained in:
Damillora 2024-12-03 00:59:14 +07:00
parent 5686c93ba3
commit 94758efa2b
2 changed files with 0 additions and 4 deletions
src/routes

@ -41,8 +41,6 @@
</svelte:head>
<IndexSeo />
<Hero background="/images/default-feature.jpg" />
<Container>
<Index>
{#each posts as post}

@ -62,8 +62,6 @@
<title>Damillora's Virtual Memoir</title>
</svelte:head>
<Hero background="/images/default-feature.jpg" />
<Container>
<Index>
<h1>Search results for: {url.searchParams.get('q')}</h1>