We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0863c commit 35455b5Copy full SHA for 35455b5
docusaurus.config.js
@@ -27,8 +27,8 @@ const config = {
27
onBrokenMarkdownLinks: 'warn',
28
29
i18n: {
30
- defaultLocale: 'en',
31
- locales: ['en'],
+ defaultLocale: 'ko',
+ locales: ['ko'],
32
},
33
34
presets: [
@@ -74,7 +74,7 @@ const config = {
74
label: 'Get Codes',
75
76
{
77
- href: 'https://github.com/Code-Study/Archive', // set this
+ href: 'https://github.com/Code-Study/Code', // set this
78
label: 'GitHub',
79
position: 'right',
80
@@ -128,7 +128,7 @@ const config = {
128
}
129
130
[ require.resolve('docusaurus-lunr-search'), {
131
- languages: ['en', 'ko']
+ languages: ['ko', 'en']
132
}]
133
],
134
};
0 commit comments