Skip to content

Commit

Permalink
fix adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrossh committed May 1, 2024
1 parent e051627 commit 773dcda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ import adapter from '@sveltejs/adapter-static';
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter()
adapter: adapter({
strict: true,
fallback: '404.html'
})
}
};

Expand Down

0 comments on commit 773dcda

Please sign in to comment.