mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-06 20:10:46 +08:00
feat: update
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
const { defineConfig } = require('@vue/cli-service')
|
const { defineConfig } = require('@vue/cli-service')
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
publicPath: process.env.NODE_ENV === 'production'
|
// publicPath: process.env.NODE_ENV === 'production'
|
||||||
// ? '/ai-cv/'
|
// // ? '/ai-cv/'
|
||||||
? '/OpenIsle/'
|
// ? '/OpenIsle/'
|
||||||
: '/',
|
// : '/',
|
||||||
transpileDependencies: true,
|
transpileDependencies: true,
|
||||||
configureWebpack: {
|
configureWebpack: {
|
||||||
devtool: 'source-map'
|
devtool: 'source-map'
|
||||||
|
|||||||
Reference in New Issue
Block a user