summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelucis2025-03-21 12:04:45 +0000
committerfredkbot2025-03-21 12:04:45 +0000
commitfa96c6df506c57ad3a43ab55fdd24fe55bb16530 (patch)
tree7d4418e779165456c94180b14fe1b1bf46eb2718
parentca4ec8bc30b8e627bbc946736869ba67a2f4a6c6 (diff)
downloadIT.starlight-fa96c6df506c57ad3a43ab55fdd24fe55bb16530.tar.gz
IT.starlight-fa96c6df506c57ad3a43ab55fdd24fe55bb16530.tar.bz2
IT.starlight-fa96c6df506c57ad3a43ab55fdd24fe55bb16530.zip
[ci] format
-rw-r--r--packages/starlight/schemas/pagefind.ts2
1 files changed, 1 insertions, 1 deletions
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({}),
});