Skip to content

Commit c2d143e

Browse files
committed
wanr instead of fail on httperror
1 parent d8b6283 commit c2d143e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

svelte.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const config = {
1818
(locale) => /** @type {`/${string}`} */ (`/${locale}`),
1919
),
2020
],
21+
handleHttpError: 'warn',
2122
},
2223
adapter: adapter({
2324
fallback: '404.html',

0 commit comments

Comments
 (0)