feat: heroless index pages
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

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

View File

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

View File

@ -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>