There was an error while loading. Please reload this page.
1 parent 127b81b commit 7c90110Copy full SHA for 7c90110
src/routes/about.svelte
@@ -8,10 +8,6 @@
8
// ...but if the client-side router is already loaded
9
// (i.e. we came here from elsewhere in the app), use it
10
export const router = browser;
11
-
12
-// since there's no dynamic data here, we can prerender
13
-// it so that it gets served as a static asset in prod
14
-export const prerender = true;
15
</script>
16
17
<svelte:head>
src/routes/index.svelte
@@ -1,7 +1,3 @@
1
-<script context="module">
2
3
-</script>
4
5
<script>
6
import Counter from '$lib/Counter.svelte';
7
0 commit comments