Skip to content

Commit

Permalink
尝试性修改vue.config.js的publicPath
Browse files Browse the repository at this point in the history
  • Loading branch information
boybook committed Aug 13, 2024
1 parent 242056b commit aaaf3ac
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,5 +1,5 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true,
publicPath: '/mc-text-formatter/'
publicPath: '/'
})

0 comments on commit aaaf3ac

Please sign in to comment.