From 2612866c81d57d874215e3cf058a4ec5b0d48d1d Mon Sep 17 00:00:00 2001 From: user1 <10901603+no-distractions1@user.noreply.gitee.com> Date: 星期二, 11 六月 2024 11:35:28 +0800 Subject: [PATCH] 1 --- vue.config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vue.config.js b/vue.config.js index 1c87ace..b375ec8 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,6 +1,6 @@ const { defineConfig } = require("@vue/cli-service"); module.exports = defineConfig({ - publicPath: "./", + publicPath: process.env.PUBLIC_PATH, transpileDependencies: true, lintOnSave: false, // devServer: { -- Gitblit v1.9.1