We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8164379 commit d0311ecCopy full SHA for d0311ec
1 file changed
svelte.config.js
@@ -86,19 +86,17 @@ const config = {
86
kit: {
87
adapter: adapter({ fallback: "404.html" }),
88
prerender: {
89
- handleMissingId: "warn",
90
entries: [
91
"/api/posts.json/",
92
- "/api/posts/nav/[slug]",
93
"/api/posts/count/",
94
- "/api/posts/page/[page]/",
95
"/api/rss.xml/",
96
"/blog/",
97
"/blog/category/",
98
- "/blog/category/[category]/page",
99
"/blog/page",
100
"/blog/post",
101
],
+ handleMissingId: "warn",
+ handleUnseenRoutes: "warn",
102
},
103
104
};
0 commit comments