mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
build: update change log url
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user