Skip to content

Commit

Permalink
Added Path To Fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
silverlightning926 committed Sep 23, 2024
1 parent e7e54f1 commit 83d3ee3
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 @@ -9,7 +9,7 @@ const config = {
adapter: adapter({
pages: "build",
assets: "build",
fallback: "404.html",
fallback: `${process.argv.includes("dev") ? "" : process.env.BASE_PATH}/404.html`,
precompress: false,
strict: true,
}),
Expand Down

0 comments on commit 83d3ee3

Please sign in to comment.