Skip to content

Commit

Permalink
chore: Update Svelte adapter fallback to "/index.html" in svelte.conf…
Browse files Browse the repository at this point in the history
…ig.js
  • Loading branch information
ecnivtwelve committed Aug 28, 2024
1 parent 69f3a72 commit 63ecc52
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 @@ -6,7 +6,7 @@ const config = {
adapter: adapter({
pages: 'build',
assets: 'build',
fallback: undefined,
fallback: "/index.html",
precompress: false,
strict: true
})
Expand Down

0 comments on commit 63ecc52

Please sign in to comment.