fix: move prerender export to the correct position in +layout.svelte

This commit is contained in:
2025-08-26 01:14:38 +02:00
parent 919915a31a
commit 9130303a45

View File

@@ -1,7 +1,7 @@
<script lang="ts">
import '../app.css';
import favicon from '$lib/assets/favicon.svg';
export const prerender = true;
let { children } = $props();
</script>