Skip to content

Commit

Permalink
dependecy changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrum19 committed May 17, 2024
1 parent 996aa7b commit 9346e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
publicPath: process.env.NODE_ENV === 'production' ? '/TRIPLE_App/' : '/'
publicPath: process.env.NODE_ENV === 'production' ? 'TRIPLE_App/' : '/'
});


0 comments on commit 9346e6d

Please sign in to comment.