next.js
51b1fe3d - Emit late streaming meta tags (#47207)

Commit
3 years ago
Emit late streaming meta tags (#47207) Currently if `notFound()` or `redirect()` is called when the shell was already sent out, we can no longer change the status code and head tags. In that case we inject these specific meta tags into the HTML stream so specific agents can read them. fix NEXT-220 ([link](https://linear.app/vercel/issue/NEXT-220))
Author
Parents
Loading