[FA-misc] Astro migration works, probably want to touchup the frontend but that can be in Phase 4
This commit is contained in:
10
fictionarchive-web-astro/src/pages/index.astro
Normal file
10
fictionarchive-web-astro/src/pages/index.astro
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
export const prerender = true; // Static page
|
||||
|
||||
import AppLayout from '../layouts/AppLayout.astro';
|
||||
import NovelsPage from '../lib/components/NovelsPage.svelte';
|
||||
---
|
||||
|
||||
<AppLayout title="Novels - FictionArchive">
|
||||
<NovelsPage client:load />
|
||||
</AppLayout>
|
||||
Reference in New Issue
Block a user