diff --git a/open-isle-cli/vue.config.js b/open-isle-cli/vue.config.js index bbe68b2ac..33f36a5be 100644 --- a/open-isle-cli/vue.config.js +++ b/open-isle-cli/vue.config.js @@ -1,9 +1,9 @@ const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ - publicPath: process.env.NODE_ENV === 'production' - // ? '/ai-cv/' - ? '/OpenIsle/' - : '/', + // publicPath: process.env.NODE_ENV === 'production' + // // ? '/ai-cv/' + // ? '/OpenIsle/' + // : '/', transpileDependencies: true, configureWebpack: { devtool: 'source-map'