mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 21:58:19 +00:00
fix(schema): disable early hints by default (#8486)
This commit is contained in:
parent
6d830c7629
commit
95ae87ba05
@ -83,11 +83,11 @@ export default defineUntypedSchema({
|
|||||||
/** Enable cross-origin prefetch using the Speculation Rules API. */
|
/** Enable cross-origin prefetch using the Speculation Rules API. */
|
||||||
crossOriginPrefetch: false,
|
crossOriginPrefetch: false,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Write early hints when using node server.
|
* Write early hints when using node server.
|
||||||
*
|
*
|
||||||
* @note If you are using Nginx, set the value to `false`. Nginx does not support 103 Early hints in the current version.
|
* @note nginx does not support 103 Early hints in the current version.
|
||||||
*/
|
*/
|
||||||
writeEarlyHints: true
|
writeEarlyHints: false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user