cv_2026/vue.config.js
jl e0afd7869b
All checks were successful
CV build / build (push) Successful in 46s
init vue and build
2026-04-19 11:20:47 +02:00

6 lines
156 B
JavaScript

const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
publicPath: process.env.NODE_ENV === 'production' ? '/cv/' : '/'
})