There was an error while loading. Please reload this page.
1 parent b5bac47 commit 6de4514Copy full SHA for 6de4514
1 file changed
svelte.config.js
@@ -9,6 +9,9 @@ const config = {
9
$components: './src/components',
10
},
11
adapter: adapter(),
12
+ prerender: {
13
+ handleHttpError: 'warn',
14
+ },
15
16
}
17
0 commit comments