Skip to content

Commit

Permalink
Modify docusaurus.config.js
Browse files Browse the repository at this point in the history
- "한국인" means "Korean People", not "Korean Language"(->"한국어").
  • Loading branch information
Baejw0111 committed Aug 5, 2023
1 parent 34b0c83 commit 6012464
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config = {
label: "English",
},
ko: {
label: "Korean (한국인)",
label: "Korean (한국어)",
},
},
},
Expand Down Expand Up @@ -173,7 +173,11 @@ const config = {
],

scripts: [
{ src: "https://d2lang.com/js/script.js", defer: true, "data-domain": "d2lang.com" },
{
src: "https://d2lang.com/js/script.js",
defer: true,
"data-domain": "d2lang.com",
},
],
};

Expand Down

0 comments on commit 6012464

Please sign in to comment.