Skip to content

Commit

Permalink
js: updated 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
gorenburg committed Dec 28, 2024
1 parent 38126bd commit 628a466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const config = {
pages: 'build',
assets: 'build',
strict: false,
fallback: '404.html'
fallback: 'index.html'
}),
prerender: {
entries: [
Expand Down

0 comments on commit 628a466

Please sign in to comment.