From 55c512942d908dd379941d0c1f01a5cbe4164044 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Thu, 17 Aug 2023 23:44:26 -0500 Subject: [PATCH] chore: update changelog url (#3823) --- 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 4d7f5a36eb..432a62ed2f 100644 --- a/apps/core/.webpack/runtime-config.ts +++ b/apps/core/.webpack/runtime-config.ts @@ -30,7 +30,7 @@ export function getRuntimeConfig(buildFlags: BuildFlags): RuntimeConfig { enableTestProperties: false, enableBroadcastChannelProvider: true, enableDebugPage: true, - changelogUrl: 'https://affine.pro/blog/what-is-new-affine-0728', + changelogUrl: 'https://affine.pro/blog/what-is-new-affine-0818', imageProxyUrl: 'https://workers.toeverything.workers.dev/proxy/image', enablePreloading: true, enableNewSettingModal: true,