|
|
@ -75,7 +75,6 @@ export async function createVitePressPlugin(
|
|
|
|
site,
|
|
|
|
site,
|
|
|
|
vue: userVuePluginOptions,
|
|
|
|
vue: userVuePluginOptions,
|
|
|
|
vite: userViteConfig,
|
|
|
|
vite: userViteConfig,
|
|
|
|
pages,
|
|
|
|
|
|
|
|
lastUpdated,
|
|
|
|
lastUpdated,
|
|
|
|
cleanUrls
|
|
|
|
cleanUrls
|
|
|
|
} = siteConfig
|
|
|
|
} = siteConfig
|
|
|
@ -131,7 +130,7 @@ export async function createVitePressPlugin(
|
|
|
|
markdownToVue = await createMarkdownToVueRenderFn(
|
|
|
|
markdownToVue = await createMarkdownToVueRenderFn(
|
|
|
|
srcDir,
|
|
|
|
srcDir,
|
|
|
|
markdown,
|
|
|
|
markdown,
|
|
|
|
pages,
|
|
|
|
siteConfig.pages,
|
|
|
|
config.command === 'build',
|
|
|
|
config.command === 'build',
|
|
|
|
config.base,
|
|
|
|
config.base,
|
|
|
|
lastUpdated,
|
|
|
|
lastUpdated,
|
|
|
|