Static GitHub Issues

[2791] How to disable ETag ?

prev: Errors become "render function or template not defined in component: anonymous" after refresh
next: How to monitor Nuxt app? - memory, cpu, requests

Hi!

I want to disable etag. I tried:

nuxt.config.js:

  render: {
    etag: false
  },

but it doesn't work.

Thanks in advance,

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2420">#c2420</a>)</em></sub></div>