From fa96c6df506c57ad3a43ab55fdd24fe55bb16530 Mon Sep 17 00:00:00 2001 From: delucis Date: Fri, 21 Mar 2025 12:04:45 +0000 Subject: [ci] format --- packages/starlight/schemas/pagefind.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/starlight/schemas/pagefind.ts b/packages/starlight/schemas/pagefind.ts index 0a7ff688..2f3e1fc2 100644 --- a/packages/starlight/schemas/pagefind.ts +++ b/packages/starlight/schemas/pagefind.ts @@ -67,7 +67,7 @@ const pagefindIndexOptionsSchema = z.object({ /** * Configure how search result rankings are calculated by Pagefind. */ - // We apply a default value to merged indexes in order to share the same ranking for them and the current site when not set explicitly. + // We apply a default value to merged indexes in order to share the same ranking for them and the current site when not set explicitly. ranking: pagefindRankingWeightsSchema.default({}), }); -- cgit