Skip to content

Commit 7c90110

Browse files
committed
Remove unnecessary prerender props
1 parent 127b81b commit 7c90110

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/routes/about.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
// ...but if the client-side router is already loaded
99
// (i.e. we came here from elsewhere in the app), use it
1010
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;
1511
</script>
1612

1713
<svelte:head>

src/routes/index.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
<script context="module">
2-
export const prerender = true;
3-
</script>
4-
51
<script>
62
import Counter from '$lib/Counter.svelte';
73
</script>

0 commit comments

Comments
 (0)