[FA-6] Good spot
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
---
|
||||
import AppLayout from '../../../../../../layouts/AppLayout.astro';
|
||||
import ChapterReaderPage from '../../../../../../lib/components/ChapterReaderPage.svelte';
|
||||
|
||||
const { id, volumeOrder, chapterNumber } = Astro.params;
|
||||
---
|
||||
|
||||
<AppLayout title="Reading - FictionArchive">
|
||||
<ChapterReaderPage novelId={id} volumeOrder={volumeOrder} chapterNumber={chapterNumber} client:load />
|
||||
</AppLayout>
|
||||
Reference in New Issue
Block a user