This commit is contained in:
Fred Boniface 2023-06-12 19:29:33 +01:00
parent 11d0460d07
commit c7d52f0900
3 changed files with 3 additions and 1 deletions

View File

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

View File

@ -1,5 +1,6 @@
<script>
import Menu from '../components/small-header.svelte'
export const prerender = true;
</script>
<Menu />
<h1>Welcome to SvelteKit</h1>

View File

@ -1,5 +1,5 @@
<script>
window.alert("Test Page")
export const prerender = true;
</script>
<h2>Test Route</h2>