Loading .gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ build: script: - yarn install --frozen-lockfile --check-files --non-interactive - yarn build - cp -r dist/* public artifacts: paths: - public Loading vue.config.js +2 −1 Original line number Diff line number Diff line Loading @@ -3,5 +3,6 @@ module.exports = defineConfig({ transpileDependencies: true, publicPath: process.env.NODE_ENV === 'production' ? '/' + process.env.CI_PROJECT_NAME + '/' : '/' : '/', outputDir: 'public' }) Loading
.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ build: script: - yarn install --frozen-lockfile --check-files --non-interactive - yarn build - cp -r dist/* public artifacts: paths: - public Loading
vue.config.js +2 −1 Original line number Diff line number Diff line Loading @@ -3,5 +3,6 @@ module.exports = defineConfig({ transpileDependencies: true, publicPath: process.env.NODE_ENV === 'production' ? '/' + process.env.CI_PROJECT_NAME + '/' : '/' : '/', outputDir: 'public' })