From 26c9a76f8d4fee6f74e3d4fe1f67748cf425f72b Mon Sep 17 00:00:00 2001 From: liukangtian Date: Sun, 15 Dec 2024 13:46:03 +0800 Subject: [PATCH] fix: fix deploy public path --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index d7bc65c..7b043a2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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