Skip to content

Commit 13f3225

Browse files
committed
fix(docs): incorrect sitemap config for hostname
1 parent 5179bf3 commit 13f3225

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/.vitepress/config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ export default defineConfig({
7878
],
7979
base: env.BASE_URL || '/',
8080
lastUpdated: true,
81-
sitemap: { hostname: ogUrl },
81+
sitemap: {
82+
hostname: ogUrl,
83+
},
8284
locales: {
8385
'root': {
8486
label: 'English',

docs/.vitepress/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const rekaDescription
77
= '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.'
88

99
/* vitepress head */
10-
export const ogUrl = 'https://airi.moeru.ai/'
10+
export const ogUrl = 'https://airi.moeru.ai/docs/'
1111
export const ogImage = `${ogUrl}og.jpg`
1212

1313
/* GitHub and social links */

0 commit comments

Comments
 (0)