build: update changelogUrl

This commit is contained in:
himself65 2023-06-20 18:58:05 +08:00
parent 448d3731e5
commit c649995a7a

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