Skip to content

Commit 35455b5

Browse files
committed
[Add] modify language to korean
1 parent 5a0863c commit 35455b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const config = {
2727
onBrokenMarkdownLinks: 'warn',
2828

2929
i18n: {
30-
defaultLocale: 'en',
31-
locales: ['en'],
30+
defaultLocale: 'ko',
31+
locales: ['ko'],
3232
},
3333

3434
presets: [
@@ -74,7 +74,7 @@ const config = {
7474
label: 'Get Codes',
7575
},
7676
{
77-
href: 'https://github.com/Code-Study/Archive', // set this
77+
href: 'https://github.com/Code-Study/Code', // set this
7878
label: 'GitHub',
7979
position: 'right',
8080
},
@@ -128,7 +128,7 @@ const config = {
128128
}
129129
},
130130
[ require.resolve('docusaurus-lunr-search'), {
131-
languages: ['en', 'ko']
131+
languages: ['ko', 'en']
132132
}]
133133
],
134134
};

0 commit comments

Comments
 (0)