diff options
author | HiDeoo | 2024-12-14 11:27:09 +0000 |
---|---|---|
committer | fredkbot | 2024-12-14 11:27:09 +0000 |
commit | d61dd3aa9e5382372b458d5898e0c17f6dc8d2da (patch) | |
tree | 228d63ce0b1247b6d875af77b47b5dd05edff8a8 | |
parent | b6376b7433a6591d8ad5da648ffc323b878708cf (diff) | |
download | IT.starlight-d61dd3aa9e5382372b458d5898e0c17f6dc8d2da.tar.gz IT.starlight-d61dd3aa9e5382372b458d5898e0c17f6dc8d2da.tar.bz2 IT.starlight-d61dd3aa9e5382372b458d5898e0c17f6dc8d2da.zip |
[ci] format
-rw-r--r-- | docs/src/content/docs/ko/guides/site-search.mdx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/content/docs/ko/guides/site-search.mdx b/docs/src/content/docs/ko/guides/site-search.mdx index c6b1155c..a723262a 100644 --- a/docs/src/content/docs/ko/guides/site-search.mdx +++ b/docs/src/content/docs/ko/guides/site-search.mdx @@ -134,9 +134,9 @@ Starlight์ ๋ด์ฅ๋ [๊ตญ์ ํ ์์คํ
](/ko/guides/i18n/#starlight-ui-๋ฒ์ import { docSearchI18nSchema } from '@astrojs/starlight-docsearch/schema'; export const collections = { - docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }), + docs: defineCollection({ loader: docsLoader(), schema: docsSchema() }), i18n: defineCollection({ - loader: i18nLoader(), + loader: i18nLoader(), schema: i18nSchema({ extend: docSearchI18nSchema() }), }), }; |