Skip to content

Commit 9d97f41

Browse files
update svelte config
This restores the creation of HTML files after this was broken by a recent change to sveltekit: sveltejs/kit#4192
1 parent 7989b12 commit 9d97f41

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/vistorian-web-sveltekit/svelte.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ const config = {
1414
pages: 'build',
1515
assets: 'build',
1616
fallback: null
17-
})
17+
}),
18+
19+
prerender: {
20+
default: true
21+
}
1822
}
1923
};
2024

0 commit comments

Comments
 (0)