We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5179bf3 commit 13f3225Copy full SHA for 13f3225
docs/.vitepress/config.ts
@@ -78,7 +78,9 @@ export default defineConfig({
78
],
79
base: env.BASE_URL || '/',
80
lastUpdated: true,
81
- sitemap: { hostname: ogUrl },
+ sitemap: {
82
+ hostname: ogUrl,
83
+ },
84
locales: {
85
'root': {
86
label: 'English',
docs/.vitepress/meta.ts
@@ -7,7 +7,7 @@ export const rekaDescription
7
= '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.'
8
9
/* vitepress head */
10
-export const ogUrl = 'https://airi.moeru.ai/'
+export const ogUrl = 'https://airi.moeru.ai/docs/'
11
export const ogImage = `${ogUrl}og.jpg`
12
13
/* GitHub and social links */
0 commit comments