chore: add build flag for change log (#1792)

This commit is contained in:
JimmFly
2023-04-03 19:13:43 +08:00
committed by GitHub
parent fcf5d5602d
commit 196b9f2dbb
8 changed files with 17 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ export default function getConfig() {
prefetchWorkspace: false,
exposeInternal: true,
enableSubpage: true,
enableChangeLog: true,
},
};
}