diff --git a/theme.config.tsx b/theme.config.tsx index 699942b..eee34d3 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -20,7 +20,7 @@ const config: DocsThemeConfig = { { locale: 'zh', text: '中文' }, { locale: 'jp', text: '日本語'}, { locale: 'pt', text: 'Português' }, - { locale: 'it': text: 'Italian' }, + { locale: 'it', text: 'Italian' }, { locale: 'tr', text: 'Türkçe' }, ], head: function UseHead() {