Skip to content

Commit f3ff35f

Browse files
committed
temporarily add trailing slash
1 parent fd8a924 commit f3ff35f

File tree

1 file changed

+2
-0
lines changed
  • packages/create-svelte/templates/default/src/routes/about

1 file changed

+2
-0
lines changed

packages/create-svelte/templates/default/src/routes/about/+page.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { dev } from '$app/environment';
22

3+
export const trailingSlash = 'always';
4+
35
// we don't need any JS on this page, though we'll load
46
// it in dev so that we get hot module replacement
57
export const csr = dev;

0 commit comments

Comments
 (0)