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
When i commented the head function it worked fine, so i think the return of head function is overriding the global config from nuxt-seo module
Any thoughts?
The text was updated successfully, but these errors were encountered:
after further debugging, the plugin will not work even if you use it inside components in case you used head function instead of head object inside nuxt.config.js file
The plugin assumes that the head is always an object, what a waste of time!
I'm trying to use nuxt-seo module but it's not working for some reason
nuxt.config.js
When i commented the head function it worked fine, so i think the return of head function is overriding the global config from nuxt-seo module
Any thoughts?
The text was updated successfully, but these errors were encountered: