diff options
author | HiDeoo | 2024-12-14 13:08:30 +0000 |
---|---|---|
committer | fredkbot | 2024-12-14 13:08:30 +0000 |
commit | 1f68c5915bbf9c9b3fcaa986b6f9407ce46e0fc6 (patch) | |
tree | 78c98a68d2cbbc9d8f22370948153f7a703a28e8 | |
parent | 393dcf23f695661e5b4b3dd665a4aecc7834cea3 (diff) | |
download | IT.starlight-1f68c5915bbf9c9b3fcaa986b6f9407ce46e0fc6.tar.gz IT.starlight-1f68c5915bbf9c9b3fcaa986b6f9407ce46e0fc6.tar.bz2 IT.starlight-1f68c5915bbf9c9b3fcaa986b6f9407ce46e0fc6.zip |
[ci] format
-rw-r--r-- | docs/src/content/docs/ko/guides/i18n.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/docs/ko/guides/i18n.mdx b/docs/src/content/docs/ko/guides/i18n.mdx index 11f653c3..9a23dfcb 100644 --- a/docs/src/content/docs/ko/guides/i18n.mdx +++ b/docs/src/content/docs/ko/guides/i18n.mdx @@ -197,7 +197,7 @@ Starlight๋ฅผ ์ฌ์ฉํ๋ฉด ๋ฒ์ญ๋ ์ฝํ
์ธ ํ์ผ์ ํธ์คํ
ํ๋ ๊ฒ ์ธ์ import { docsSchema, i18nSchema } from '@astrojs/starlight/schema'; export const collections = { - docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }), + docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }), + i18n: defineCollection({ loader: i18nLoader(), schema: i18nSchema() }), }; ``` |