Fix config names for head and markdown

This commit is contained in:
Soitora 2023-08-31 16:14:39 +02:00
parent 3664221a12
commit c350e5011f
No known key found for this signature in database
GPG Key ID: A6D711EB4F2CCD97

View File

@ -19,8 +19,8 @@ export default defineConfig({
sitemap: {
hostname: hostname,
},
headConfig,
markdownConfig,
head: headConfig,
markdown: markdownConfig,
themeConfig: themeConfig,
transformHead: async (context) => generateMeta(context, hostname),
buildEnd: async (context) => {