Skip to content

Commit 24635dd

Browse files
committed
[Fix] SSR to true
1 parent 60e22a3 commit 24635dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svelte.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const config = {
1010
adapter: adapter({ out: "build" }),
1111
target: "#svelte",
1212
router: true,
13-
ssr: false,
13+
ssr: true,
1414
hydrate: true,
1515
trailingSlash: "never",
1616
amp: false,

0 commit comments

Comments
 (0)