Skip to content

Commit

Permalink
Update packages/astro/src/@types/astro.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
  • Loading branch information
rossrobino and sarah11918 authored Jan 15, 2024
1 parent d4d77bd commit 17b6aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1576,10 +1576,10 @@ export interface AstroUserConfig {
* @description
* Enables pre-rendering your prefetched pages on the client in supported browsers.
*
* This feature uses the experimental [Speculation Rules Web API](https://developer.mozilla.org/en-US/docs/Web/API/Speculation_Rules_API) and overrides the default `prefetch` behavior globally to pre-render links on the client.
* This feature uses the experimental [Speculation Rules Web API](https://developer.mozilla.org/en-US/docs/Web/API/Speculation_Rules_API) and overrides the default `prefetch` behavior globally to prerender links on the client.
* You may wish to review the [possible risks when prerendering on the client](https://developer.mozilla.org/en-US/docs/Web/API/Speculation_Rules_API#unsafe_prefetching) before enabling this feature.
*
* Enable client side pre-rendering in your `astro.config.mjs` along with any desired `prefetch` configuration options:
* Enable client side prerendering in your `astro.config.mjs` along with any desired `prefetch` configuration options:
*
* ```js
* // astro.config.mjs
Expand Down

0 comments on commit 17b6aff

Please sign in to comment.