355345
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-24 23:30:45 +08:00
parent 44f5081623
commit 7c443c6ea2
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ export default defineConfig(({ mode }) => {
const env = loadEnv(mode, process.cwd());
return {
base: './', //打包后的相对路径
base: env.VITE_PUBLIC || './', //使用环境变量设置资源路径,默认为相对路径
server: {
host: true,