We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdccba commit cdf71c4Copy full SHA for cdf71c4
.changeset/pre.json
@@ -976,6 +976,7 @@
976
"strong-apples-walk",
977
"strong-carrots-work",
978
"strong-cats-wonder",
979
+ "strong-cooks-run",
980
"strong-cooks-turn",
981
"strong-cups-yell",
982
"strong-files-obey",
packages/kit/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @sveltejs/kit
2
3
+## 1.0.0-next.437
4
+
5
+### Patch Changes
6
7
+- [fix] only generate blank non-SSR pages when prerendering is enabled ([#6251](https://github.com/sveltejs/kit/pull/6251))
8
9
## 1.0.0-next.436
10
11
### Patch Changes
packages/kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
- "version": "1.0.0-next.436",
+ "version": "1.0.0-next.437",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
0 commit comments