mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-06 11:59:51 +08:00
feat: add preloading template
This commit is contained in:
@@ -41,4 +41,8 @@ export const buildFlags = {
|
||||
),
|
||||
changelogUrl:
|
||||
process.env.CHANGELOG_URL ?? 'http://affine.pro/blog/whats-new-affine-0601',
|
||||
enablePreloading:
|
||||
process.env.ENABLE_PRELOADING === undefined
|
||||
? true
|
||||
: process.env.ENABLE_PRELOADING === 'true',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user