summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelucis2024-02-09 20:23:10 +0000
committerfredkbot2024-02-09 20:23:10 +0000
commit31a0ba7a99afd25d7b7bc85169888c8f19cead5a (patch)
treef07891994d5c7e7de1ef16ec5e3e8b7a33ab7485
parent1d9ef567907bed7210e75ab3460f536c0768a87f (diff)
downloadIT.starlight-31a0ba7a99afd25d7b7bc85169888c8f19cead5a.tar.gz
IT.starlight-31a0ba7a99afd25d7b7bc85169888c8f19cead5a.tar.bz2
IT.starlight-31a0ba7a99afd25d7b7bc85169888c8f19cead5a.zip
[ci] format
-rw-r--r--docs/src/content/docs/manual-setup.mdx1
-rw-r--r--packages/starlight/index.ts2
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/src/content/docs/manual-setup.mdx b/docs/src/content/docs/manual-setup.mdx
index 68fb8b0b..d80584d0 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 56d72ab4..6a91830c 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,
- }
+ },
});
},