mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: add note about early hints and nginx (#8485)
resolves https://github.com/nuxt/framework/issues/8306
This commit is contained in:
parent
bbea416c23
commit
6d830c7629
@ -83,7 +83,11 @@ export default defineUntypedSchema({
|
||||
/** Enable cross-origin prefetch using the Speculation Rules API. */
|
||||
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.
|
||||
*/
|
||||
writeEarlyHints: true
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user