Skip to content

Commit 587ea0e

Browse files
allow unseen routes to build
1 parent 46b44c8 commit 587ea0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

svelte.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ const config = {
2020
},
2121
prerender: {
2222
handleHttpError: 'warn', //remove this for production
23-
handleMissingId: 'warn' //remove this for production
23+
handleMissingId: 'warn', //remove this for production
24+
handleUnseenRoutes: 'warn' //remove this for production
2425
}
2526
}
2627
};

0 commit comments

Comments
 (0)