Skip to content

Commit 1f68c59

Browse files
HiDeooastrobot-houston
authored andcommitted
[ci] format
1 parent 393dcf2 commit 1f68c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/src/content/docs/ko/guides/i18n.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Starlight를 사용하면 번역된 콘텐츠 파일을 호스팅하는 것 외
197197
import { docsSchema, i18nSchema } from '@astrojs/starlight/schema';
198198

199199
export const collections = {
200-
docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }),
200+
docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }),
201201
+ i18n: defineCollection({ loader: i18nLoader(), schema: i18nSchema() }),
202202
};
203203
```

0 commit comments

Comments
 (0)