Skip to content

Commit

Permalink
disable i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 8, 2023
1 parent 3013b5e commit 82c6649
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ const config: Config = {
projectName: 'oxc-project.github.io',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
i18n: {
defaultLocale: 'en',
locales: ['en', 'ja', 'zh-CN'],
},
// i18n: {
// defaultLocale: 'en',
// locales: ['en', 'ja', 'zh-CN'],
// },
presets: [
[
'classic',
Expand Down

0 comments on commit 82c6649

Please sign in to comment.