Skip to content

Commit a999890

Browse files
committed
refactor: minor cleanup
1 parent df343fb commit a999890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/.vitepress/config.mts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import packageJson from '../../../packages/javascript/package.json' with { type:
55
import { withI18n } from 'vitepress-i18n';
66
import type { VitePressI18nOptions } from 'vitepress-i18n/types';
77

8-
const defaultLocale: string = 'en';
9-
const supportedLocale = [defaultLocale, 'ko'];
8+
const supportedLocale = ['en', 'ko'];
9+
const defaultLocale: string = supportedLocale[0];
1010

1111
const commonSidebarConfig: VitePressSidebarOptions = {
1212
debugPrint: true,

0 commit comments

Comments
 (0)