Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: add note about early hints and nginx (#8485)
Browse files Browse the repository at this point in the history
  • Loading branch information
misaon committed Oct 26, 2022
1 parent bbea416 commit 6d830c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/schema/src/config/experimental.ts
Expand Up @@ -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
}
})

0 comments on commit 6d830c7

Please sign in to comment.