update prerender location

This commit is contained in:
Will Greenberg
2025-04-14 10:03:37 -07:00
parent cf2d406d88
commit 4f0bc3ad93
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1 @@
export const prerender = true;

View File

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