mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-22 03:33:06 +08:00
feat: support subpage (#1663)
This commit is contained in:
@@ -10,5 +10,6 @@ const config = {
|
||||
enableDebugPage: Boolean(
|
||||
process.env.ENABLE_DEBUG_PAGE ?? process.env.NODE_ENV === 'development'
|
||||
),
|
||||
enableSubpage: Boolean(process.env.ENABLE_SUBPAGE),
|
||||
};
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user