mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Fix config names for head and markdown
This commit is contained in:
parent
3664221a12
commit
c350e5011f
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user