Skip to content

Commit

Permalink
Update svelte.config.js to include '/zarrviz' in the base path
Browse files Browse the repository at this point in the history
  • Loading branch information
ctwhome committed Mar 14, 2024
1 parent 6cc1a15 commit 71b4b79
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 @@ -15,7 +15,7 @@ const config = {
fallback: '404.html'
}),
paths: {
base: process.argv.includes('dev') ? '' : process.env.BASE_PATH
base: process.argv.includes('dev') ? '' : process.env.BASE_PATH + '/zarrviz'
}
}
};
Expand Down

0 comments on commit 71b4b79

Please sign in to comment.