Skip to content

Commit

Permalink
🔧 Added fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Mar 23, 2024
1 parent 4c2f79b commit 2424f23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import { vitePreprocess } from '@sveltejs/kit/vite';
const config = {
extensions: ['.svelte'],
preprocess: [vitePreprocess()],

kit: {
adapter: adapter()
adapter: adapter({
fallback: '404.html'
})
}
};
export default config;

0 comments on commit 2424f23

Please sign in to comment.