优化适配b9

This commit is contained in:
eafonyang
2026-07-17 17:16:26 +08:00
parent 5696f8233c
commit a32ec980b2
11 changed files with 14 additions and 23 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ function legacySkipModernCssPlugin(): Plugin {
const DEPLOY_ENV = process.env.DEPLOY_ENV || "production";
const isProd = process.env.NODE_ENV === "production";
const deployBase = isProd
? (DEPLOY_ENV === "test" ? "/x9/test/legacy/" : "/x9/v2/legacy/")
? (DEPLOY_ENV === "test" ? "/b9/test/legacy/" : "/b9/v2/legacy/")
: "/";
export default defineConfig({