fix: configurable changelog url (#2418)

This commit is contained in:
Peng Xiao
2023-05-17 17:30:37 -07:00
committed by himself65
parent d5c3d1b86a
commit ccd3fb4925
19 changed files with 94 additions and 73 deletions
+3
View File
@@ -33,4 +33,7 @@ export const buildFlags = {
enableDebugPage: Boolean(
process.env.ENABLE_DEBUG_PAGE ?? process.env.NODE_ENV === 'development'
),
changelogUrl:
process.env.CHANGELOG_URL ??
'https://affine.pro/blog/whats-new-affine-0518',
};