You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when prerendering routes (for example an API route returning JSON) we have access to various headers including particularly Content-Type. We should preserve this and pass it to the static handler so these routes can be served with correct headers in production.
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Describe the feature
when prerendering routes (for example an API route returning JSON) we have access to various headers including particularly
Content-Type
. We should preserve this and pass it to the static handler so these routes can be served with correct headers in production.Additional information
The text was updated successfully, but these errors were encountered: