From 31a0ba7a99afd25d7b7bc85169888c8f19cead5a Mon Sep 17 00:00:00 2001 From: delucis Date: Fri, 9 Feb 2024 20:23:10 +0000 Subject: [PATCH] [ci] format --- docs/src/content/docs/manual-setup.mdx | 1 - packages/starlight/index.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/src/content/docs/manual-setup.mdx b/docs/src/content/docs/manual-setup.mdx index 68fb8b0bc15..d80584d0242 100644 --- a/docs/src/content/docs/manual-setup.mdx +++ b/docs/src/content/docs/manual-setup.mdx @@ -128,4 +128,3 @@ In the future, we plan to support this use case better to avoid the need for the You can use Starlight alongside custom on-demand rendered pages in your project by following the [“On-demand Rendering Adapters”](https://docs.astro.build/en/guides/server-side-rendering/) guide in Astro’s docs. Currently, documentation pages generated by Starlight are always prerendered regardless of your project's output mode. We hope to be able to support on-demand rendering for Starlight pages soon. - diff --git a/packages/starlight/index.ts b/packages/starlight/index.ts index 56d72ab464d..6a91830cc1a 100644 --- a/packages/starlight/index.ts +++ b/packages/starlight/index.ts @@ -84,7 +84,7 @@ export default function StarlightIntegration({ prefetch: config.prefetch ?? { prefetchAll: true }, experimental: { globalRoutePriority: true, - } + }, }); },