Skip to content

Commit

Permalink
add base-path
Browse files Browse the repository at this point in the history
  • Loading branch information
nobonobo committed May 20, 2024
1 parent 663ff16 commit c84ec89
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 @@ -21,7 +21,7 @@ const config = {
strict: true,
}),
paths: {
base: process.argv.includes("dev") ? "" : process.env.BASE_PATH,
base: process.argv.includes("dev") ? "" : "/notify-app",
},
},
};
Expand Down

0 comments on commit c84ec89

Please sign in to comment.