Loading vue.config.js +4 −1 Original line number Diff line number Diff line const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true transpileDependencies: true, publicPath: process.env.NODE_ENV === 'production' ? '/vuejs-gitlab-pages/' : '/' }) Loading
vue.config.js +4 −1 Original line number Diff line number Diff line const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ transpileDependencies: true transpileDependencies: true, publicPath: process.env.NODE_ENV === 'production' ? '/vuejs-gitlab-pages/' : '/' })