Static GitHub Issues

[2065] head () doesn't work properly in Page Components on initial page load (default tags are rendered)

prev: Directive issue on static deployment with SPA mode and zeit.co/now
next: path variable 404

Any reason why vue-meta doesn't work when I do this in page component?

head () {
    return {
      meta: [
        { hid: 'DAMN', name: 'DAMN', content: 'DAMNDAMNDAMN' }
      ]
    }
  }
<!--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/c1832">#c1832</a>)</em></sub></div>