fallback route & dep updates

This commit is contained in:
2022-03-05 12:47:11 +01:00
parent e02f7f59c6
commit d576b71bc5
10 changed files with 308 additions and 236 deletions

View File

@@ -5,7 +5,6 @@
export const hydrate = dev
export const router = browser
export const prerender = true
</script>
<svelte:head>

View File

@@ -1,7 +1,3 @@
<script context="module" lang="ts">
export const prerender = true
</script>
<script lang="ts">
import Create from '$lib/views/Create.svelte'
</script>