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 2fd7bcc commit 67b94efCopy full SHA for 67b94ef
dev-packages/e2e-tests/test-applications/sveltekit-cloudflare-pages/svelte.config.js
@@ -12,6 +12,11 @@ const config = {
12
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
13
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
14
adapter: adapter(),
15
+ prerender: {
16
+ handleHttpError: err => {
17
+ console.log(JSON.stringify(err, null, 2));
18
+ },
19
20
},
21
};
22
0 commit comments