mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
fix(schema): disable early hints by default (#8486)
This commit is contained in:
parent
6d830c7629
commit
95ae87ba05
@ -86,8 +86,8 @@ export default defineUntypedSchema({
|
|||||||
/**
|
/**
|
||||||
* 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