@barelyreaper@danielcroe Those lines do nothing at current version of Nitro.
I created a pull request on this: https://t.co/kXFTrxEf8Q
Looks like you bypassed this issue by using babel/plugin-transform-react-jsx plugin. Nice work.
@podlebar@Atinux@rauchg Also If your content updates rarely on some pages you can skip etag logic and write just one line of code per page:
asyncData ({ res }) {
if (res) res.setHeader('Cache-Control', 's-maxage=600, stale-while-revalidate')
}