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: {
|
sitemap: {
|
||||||
hostname: hostname,
|
hostname: hostname,
|
||||||
},
|
},
|
||||||
headConfig,
|
head: headConfig,
|
||||||
markdownConfig,
|
markdown: markdownConfig,
|
||||||
themeConfig: themeConfig,
|
themeConfig: themeConfig,
|
||||||
transformHead: async (context) => generateMeta(context, hostname),
|
transformHead: async (context) => generateMeta(context, hostname),
|
||||||
buildEnd: async (context) => {
|
buildEnd: async (context) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user