chore: update whats new link (#2651)

This commit is contained in:
JimmFly
2023-06-01 17:59:30 +08:00
committed by LongYinan
parent 6bd2e6a619
commit 6a4c3ddf11
+1 -2
View File
@@ -40,6 +40,5 @@ export const buildFlags = {
process.env.ENABLE_DEBUG_PAGE ?? process.env.NODE_ENV === 'development'
),
changelogUrl:
process.env.CHANGELOG_URL ??
'https://affine.pro/blog/whats-new-affine-0518',
process.env.CHANGELOG_URL ?? 'http://affine.pro/blog/whats-new-affine-0601',
};