From 1108ed87f259a38e27de5a9aff5217cfabeaa44a Mon Sep 17 00:00:00 2001 From: sarah11918 Date: Fri, 13 Sep 2024 15:53:47 +0000 Subject: [PATCH] ci: update reference docs --- src/content/docs/en/reference/configuration-reference.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/en/reference/configuration-reference.mdx b/src/content/docs/en/reference/configuration-reference.mdx index a31a4be14a13b..29600b90d1fbe 100644 --- a/src/content/docs/en/reference/configuration-reference.mdx +++ b/src/content/docs/en/reference/configuration-reference.mdx @@ -745,7 +745,7 @@ This option is scoped to the entire project, to only disable the toolbar for you

Enable prefetching for links on your site to provide faster page transitions. -(Enabled by default on pages using the `` router. Set `prefetch: false` to opt out of this behaviour.) +(Enabled by default on pages using the `` router. Set `prefetch: false` to opt out of this behaviour.) This configuration automatically adds a prefetch script to every page in the project giving you access to the `data-astro-prefetch` attribute. @@ -766,7 +766,7 @@ See the [Prefetch guide](/en/guides/prefetch/) for more information.

Enable prefetching for all links, including those without the `data-astro-prefetch` attribute. -This value defaults to `true` when using the `` router. Otherwise, the default value is `false`. +This value defaults to `true` when using the `` router. Otherwise, the default value is `false`. ```js prefetch: { @@ -1454,7 +1454,7 @@ import Avatar from '~/components/Avatar.astro'; The outer page will be rendered, either at build time (`hybrid`) or at runtime (`server`) with the island content omitted and a `