mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +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. */
|
||||
crossOriginPrefetch: false,
|
||||
|
||||
/**
|
||||
/**
|
||||
* 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