From 821d688eae6006f903365482cc7bf4fe2654d862 Mon Sep 17 00:00:00 2001 From: Yan <61414485+yanthomasdev@users.noreply.github.com> Date: Tue, 6 Aug 2024 12:35:31 -0300 Subject: [PATCH] fix indentation --- .../docs/zh-cn/guides/content-collections.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/content/docs/zh-cn/guides/content-collections.mdx b/src/content/docs/zh-cn/guides/content-collections.mdx index 2fa907123d879..753dbc1149aad 100644 --- a/src/content/docs/zh-cn/guides/content-collections.mdx +++ b/src/content/docs/zh-cn/guides/content-collections.mdx @@ -564,12 +564,12 @@ const { Content } = await entry.render(); ```json { "json.schemas": [ - { - "fileMatch": [ - "/src/content/authors/**" - ], - "url": "./.astro/collections/authors.schema.json" - } + { + "fileMatch": [ + "/src/content/authors/**" + ], + "url": "./.astro/collections/authors.schema.json" + } ] } ```