[FA-misc] Reporting service now has a status page on the frontend
This commit is contained in:
8
fictionarchive-web-astro/src/pages/status/index.astro
Normal file
8
fictionarchive-web-astro/src/pages/status/index.astro
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
import AppLayout from '../../layouts/AppLayout.astro';
|
||||
import StatusPage from '../../lib/components/StatusPage.svelte';
|
||||
---
|
||||
|
||||
<AppLayout title="Status - FictionArchive">
|
||||
<StatusPage client:load />
|
||||
</AppLayout>
|
||||
Reference in New Issue
Block a user