0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[docs] update config reference (#9621)

This commit is contained in:
Sarah Rainsberger 2024-01-05 10:48:47 -04:00 committed by GitHub
parent 5156c74050
commit 64a8470ddb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -963,7 +963,7 @@ export interface AstroUserConfig {
* - `'tap'`: Prefetch just before you click on the link.
* - `'hover'`: Prefetch when you hover over or focus on the link. (default)
* - `'viewport'`: Prefetch as the links enter the viewport.
* - `'load'`: Prefetch the link without any restrictions.
* - `'load'`: Prefetch all links on the page after the page is loaded.
*
* You can override this default value and select a different strategy for any individual link by setting a value on the attribute.
*
@ -1033,7 +1033,7 @@ export interface AstroUserConfig {
* @name server.open
* @type {string | boolean}
* @default `false`
* @version 2.1.8
* @version 4.1.0
* @description
* Controls whether the dev server should open in your browser window on startup.
*