优化适配b9
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user