Skip to content

Commit

Permalink
fix: svelte config removed dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pr3y committed Sep 4, 2024
1 parent b044add commit 110956c
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 @@ -5,7 +5,7 @@ const config = {
kit: {
adapter: adapter(),
paths: {
base: process.argv.includes('dev') ? '' : process.env.BASE_PATH
base: process.env.BASE_PATH || ''
}
}
};
Expand Down

0 comments on commit 110956c

Please sign in to comment.