feat: update

This commit is contained in:
tim
2025-07-09 16:17:56 +08:00
parent 1a1f7cf4bc
commit 894c0e3a72
4 changed files with 14 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
publicPath: process.env.NODE_ENV === 'production'
// ? '/ai-cv/'
? '/OpenIsle/'
: '/',
transpileDependencies: true,
configureWebpack: {
devtool: 'source-map'