There was an error while loading. Please reload this page.
i18n.mdx
1 parent f215549 commit 9bc88f4Copy full SHA for 9bc88f4
docs/src/content/docs/ko/guides/i18n.mdx
@@ -193,6 +193,7 @@ Starlight를 사용하면 번역된 ���텐츠 파일을 호스팅하는 것 외
193
194
```diff lang="js" ins=/, (i18nLoader|i18nSchema)/
195
// src/content.config.ts
196
+ import { defineCollection } from 'astro:content';
197
import { docsLoader, i18nLoader } from '@astrojs/starlight/loaders';
198
import { docsSchema, i18nSchema } from '@astrojs/starlight/schema';
199
0 commit comments