Skip to content

Commit

Permalink
remove unused language locale (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasm0 authored Nov 12, 2024
1 parent dd5f99d commit 4c12b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const config: Config = {
// may want to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en', 'nl'],
locales: ['en'],
},

presets: [
Expand Down

0 comments on commit 4c12b50

Please sign in to comment.