Static GitHub Issues

[611] head() gets called twice?

prev: publicPath doesn't work for nuxt generate
next: Double Items

Is it correct that the head() gets called twice?

head () { console.log('head')

mounted () { console.log('mounted')

Result:

head mounted head

<!--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/c529">#c529</a>)</em></sub></div>