Skip to content

Commit

Permalink
fix: fix deploy public path
Browse files Browse the repository at this point in the history
  • Loading branch information
liukangtian committed Dec 15, 2024
1 parent 63f8f1f commit 26c9a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
publicPath: 'kkkk666.github.io',
publicPath: '/babylon_test/',
transpileDependencies: true,
chainWebpack: config => {
config.module
Expand Down

0 comments on commit 26c9a76

Please sign in to comment.