优化适配b9
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ const plugins = [
|
||||
const DEPLOY_ENV = process.env.DEPLOY_ENV || "production";
|
||||
const isProd = process.env.NODE_ENV === "production";
|
||||
const deployBase = isProd
|
||||
? (DEPLOY_ENV === "test" ? "/x9/test/modern/" : "/x9/v2/modern/")
|
||||
? (DEPLOY_ENV === "test" ? "/b9/test/modern/" : "/b9/v2/modern/")
|
||||
: "/";
|
||||
|
||||
export default defineConfig({
|
||||
|
||||
Reference in New Issue
Block a user