Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] update config reference #9621

Merged
merged 2 commits into from
Jan 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down Expand Up @@ -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.
*
Expand Down