Skip to content

Commit

Permalink
Merge pull request #229 from OutdoorRD/CI/CD
Browse files Browse the repository at this point in the history
Update the production publicPath configuration in vue.config.js.
  • Loading branch information
davidye007 authored Oct 22, 2024
2 parents 5e19790 + 1ed955a commit bdd38e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trails-viz-app/vue.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
publicPath: '/'
publicPath: process.env.NODE_ENV === 'production' ? '/trails-viz/' : '/'
};

0 comments on commit bdd38e4

Please sign in to comment.