build: update changelogUrl

(cherry picked from commit c649995a7a)
This commit is contained in:
himself65
2023-06-20 18:58:05 +08:00
parent 4d25a3f3fe
commit dc377185b4
+1 -1
View File
@@ -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