Should be mostly working, doing some additional QOL
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
export const prerender = true; // Static page
|
||||
|
||||
import AppLayout from '../layouts/AppLayout.astro';
|
||||
import NovelsPage from '../lib/components/NovelsPage.svelte';
|
||||
import HomePage from '../lib/components/HomePage.svelte';
|
||||
---
|
||||
|
||||
<AppLayout title="Novels - FictionArchive">
|
||||
<NovelsPage client:load />
|
||||
<AppLayout title="FictionArchive - Your Personal Fiction Library">
|
||||
<HomePage client:load />
|
||||
</AppLayout>
|
||||
|
||||
Reference in New Issue
Block a user