From 0bc3d9ebf56a976faf15edd7e94d44ad830d7572 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Thu, 7 Sep 2023 19:44:06 -0700 Subject: [PATCH] build: fix internal release --- apps/core/.webpack/runtime-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/core/.webpack/runtime-config.ts b/apps/core/.webpack/runtime-config.ts index e1029ee4d..31937b474 100644 --- a/apps/core/.webpack/runtime-config.ts +++ b/apps/core/.webpack/runtime-config.ts @@ -44,7 +44,7 @@ export function getRuntimeConfig(buildFlags: BuildFlags): RuntimeConfig { get internal() { return { ...this.stable, - serverUrlPrefix: 'https://affine.fail', + serverUrlPrefix: 'https://insider.affine.pro', }; }, // canary will be aggressive and enable all features