From 91981b44eb09a57dfbd2b84de68f3d652e56f97f Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Tue, 27 Aug 2024 12:01:05 +0800 Subject: [PATCH] fix(theme): incorrect auto frontmatter --- theme/src/node/theme.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/theme/src/node/theme.ts b/theme/src/node/theme.ts index c56c62c4..e7834a72 100644 --- a/theme/src/node/theme.ts +++ b/theme/src/node/theme.ts @@ -78,7 +78,6 @@ export function plumeTheme(options: PlumeThemeOptions = {}): Theme { await prepareData(app) }) const { localeOptions } = await waitForConfigLoaded() - await waitForAutoFrontmatter() await prepareThemeData(app, localeOptions) await prepareData(app) },