Skip to content

Commit

Permalink
docs: fix lang type
Browse files Browse the repository at this point in the history
  • Loading branch information
OrbisK authored and coronoro committed Nov 16, 2023
1 parent 6b5d55f commit 6418b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ export default defineConfig({
locales: {
root: {
label: 'English',
lang: 'en',
lang: 'en-US',
},
de: {
label: 'German',
lang: 'de',
lang: 'de-DE',
themeConfig: {
nav: [
{text: 'Start', link: '/de'},
Expand Down

0 comments on commit 6418b75

Please sign in to comment.