From c649995a7a27dae8e2c601fa36b00379d7050234 Mon Sep 17 00:00:00 2001 From: himself65 Date: Tue, 20 Jun 2023 18:58:05 +0800 Subject: [PATCH] build: update changelogUrl --- apps/web/preset.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/preset.config.mjs b/apps/web/preset.config.mjs index 4b415a70f5..1da7f61365 100644 --- a/apps/web/preset.config.mjs +++ b/apps/web/preset.config.mjs @@ -41,7 +41,7 @@ export const buildFlags = { ), changelogUrl: process.env.CHANGELOG_URL ?? - 'https://affine.pro/blog/what-is-new-affine-0615', + 'https://affine.pro/blog/what-is-new-affine-0620', enablePreloading: process.env.ENABLE_PRELOADING === undefined ? true