diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 0c689e6..8832a8e 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -19,6 +19,10 @@ export default defineUserConfig({ lang: 'de-DE', title: 'Ocelot.Social', // description: '' + }, + '/fr/': { + lang: 'fr-FR', + title: 'Ocelot.Social', } } }) \ No newline at end of file