Skip to content

Commit

Permalink
Update vue.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SkylerTsai committed Sep 20, 2023
1 parent 508806d commit 3a20e24
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({
outputDir: 'dist',
publicPath: '/PEII_CONNECT_TEST/',
publicPath: '/',
transpileDependencies: true,
lintOnSave : false
})

0 comments on commit 3a20e24

Please sign in to comment.