Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

Commit 9952372

Browse files
committed
Update svelte-kit to 1.0.0-next.292
Also, update adapter-static to 1.0.0-next.29, following the instructions from sveltejs/kit#4224 (comment) and setting kit.prerender.default to true (whatever that means...)
1 parent 0251290 commit 9952372

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@steeze-ui/heroicons": "^1.1.1",
1717
"@steeze-ui/svelte-icon": "^1.3.1",
1818
"@sveltejs/adapter-auto": "next",
19-
"@sveltejs/adapter-static": "1.0.0-next.24",
20-
"@sveltejs/kit": "1.0.0-next.291",
19+
"@sveltejs/adapter-static": "1.0.0-next.29",
20+
"@sveltejs/kit": "1.0.0-next.292",
2121
"@tailwindcss/line-clamp": "^0.4.0",
2222
"@tailwindcss/typography": "^0.5.0",
2323
"@types/cookie": "^0.4.1",

svelte.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ const config = {
2020
fallback: null,
2121
precompress: false,
2222
}),
23-
23+
prerender: {
24+
default: true,
25+
},
2426
vite: {
2527
esbuild: {
2628
// drop: ["console", "debugger"],

0 commit comments

Comments
 (0)