fix(docs): incorrect sitemap config for hostname

This commit is contained in:
Neko Ayaka
2025-09-30 23:54:23 +08:00
parent 5179bf3d0d
commit 13f32255bd
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -78,7 +78,9 @@ export default defineConfig({
],
base: env.BASE_URL || '/',
lastUpdated: true,
sitemap: { hostname: ogUrl },
sitemap: {
hostname: ogUrl,
},
locales: {
'root': {
label: 'English',
+1 -1
View File
@@ -7,7 +7,7 @@ export const rekaDescription
= 'An open-source attempt to re-create Neuro-sama, the most famous AI VTuber on this earth, but also forming a cyber companion for everyone.'
/* vitepress head */
export const ogUrl = 'https://airi.moeru.ai/'
export const ogUrl = 'https://airi.moeru.ai/docs/'
export const ogImage = `${ogUrl}og.jpg`
/* GitHub and social links */