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 68b7dbd commit 101a8d3Copy full SHA for 101a8d3
ko-KR/.vitepress/config.ts
@@ -14,7 +14,7 @@ const nav = [
14
{ text: '튜토리얼', link: '/tutorial/' },
15
{ text: '예제', link: '/examples/' },
16
{ text: '시작하기', link: '/guide/quick-start' },
17
- // { text: 'Style Guide', link: '/style-guide/' },
+ //{ text: 'Style Guide', link: '/style-guide/' },
18
{
19
text: 'Vue 2 문서',
20
link: 'https://kr.vuejs.org'
@@ -594,6 +594,7 @@ export default defineConfigWithTheme<ThemeConfig>({
594
sidebar,
595
596
algolia: {
597
+
598
indexName: 'vuejs-korea',
599
appId: 'MEIERGO63D',
600
apiKey: '736f8ceee537a06dcd6ecea297cb7942',
0 commit comments