Skip to content

Commit 3bbe8b9

Browse files
committed
ci(env): set prod as default
1 parent e59aa56 commit 3bbe8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/config.utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export function joinURL(baseURL: string, ...paths: string[]) {
2424
}
2525

2626
export const appEnv = {
27-
envName: env.ENV_NAME,
27+
envName: env.ENV_NAME || "PRODUCTION",
2828
isDevelopment: env.ENV_NAME === "DEVELOPMENT",
2929
isTesting: env.ENV_NAME === "TESTING",
3030
isStaging: env.ENV_NAME === "STAGING",

0 commit comments

Comments
 (0)