Skip to content

Commit

Permalink
Remove fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
gchartier committed Aug 14, 2024
1 parent 709e62f commit 598768f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ const config = {
preprocess: vitePreprocess(),

kit: {
adapter: adapter({
fallback: "index.html",
}),
adapter: adapter(),
paths: {
base: process.env.NODE_ENV === "production" ? process.env.BASE_PATH : "",
},
Expand Down

0 comments on commit 598768f

Please sign in to comment.