build: update change log url

This commit is contained in:
himself65
2023-06-15 21:54:06 +08:00
parent b1c64a5f7e
commit 2b9929222c

View File

@@ -40,7 +40,8 @@ export const buildFlags = {
process.env.ENABLE_DEBUG_PAGE ?? process.env.NODE_ENV === 'development' process.env.ENABLE_DEBUG_PAGE ?? process.env.NODE_ENV === 'development'
), ),
changelogUrl: changelogUrl:
process.env.CHANGELOG_URL ?? 'http://affine.pro/blog/whats-new-affine-0601', process.env.CHANGELOG_URL ??
'https://affine.pro/blog/what-is-new-affine-0615',
enablePreloading: enablePreloading:
process.env.ENABLE_PRELOADING === undefined process.env.ENABLE_PRELOADING === undefined
? true ? true