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
I'll be working on #329 related to this.
However, is too tricky & too hard to implement. So, it won't be like that. Only what React supports will be supported.
You could change the default headers with config.htmlHead for now.
Add a Component
<HttpHeader name="Cache-Control" value="max-age=3600" />
which allows to set a HTTP header from a React Component.Example:
The text was updated successfully, but these errors were encountered: