diff --git a/docs/.vitepress/config/en.ts b/docs/.vitepress/config/en.ts
index 600498be..56561b17 100755
--- a/docs/.vitepress/config/en.ts
+++ b/docs/.vitepress/config/en.ts
@@ -20,5 +20,10 @@ export const en = defineConfig({
darkModeSwitchLabel: 'Theme',
lightModeSwitchTitle: 'Light',
darkModeSwitchTitle: 'Dark',
+ footer: {
+ message: "The document is being improved. Suggestions are welcome.",
+ copyright: '© 2024 Liteyuki Studio',
+ }
},
+
})
\ No newline at end of file
diff --git a/docs/.vitepress/config/ja.ts b/docs/.vitepress/config/ja.ts
index 9e6e4755..726889da 100755
--- a/docs/.vitepress/config/ja.ts
+++ b/docs/.vitepress/config/ja.ts
@@ -20,5 +20,9 @@ export const ja = defineConfig({
darkModeSwitchLabel: 'テーマ',
lightModeSwitchTitle: 'ライト',
darkModeSwitchTitle: 'ダーク',
+ footer: {
+ message: "ドキュメントは改善中です。ご意見をお待ちしております。",
+ copyright: '© 2024 Liteyuki Studio',
+ }
},
})
\ No newline at end of file