diff --git a/src/node/plugin.ts b/src/node/plugin.ts index bc377dcb..60fed11d 100644 --- a/src/node/plugin.ts +++ b/src/node/plugin.ts @@ -367,7 +367,7 @@ export async function createVitePressPlugin( } }, - async handleHotUpdate(ctx) { + async hotUpdate(ctx) { const { file, read, server } = ctx if (file === configPath || configDeps.includes(file)) { siteConfig.logger.info(