0👍
Solution: move metaInfo
into App.vue
.
Seems like it only renders App.vue
when building and it will only call a metaInfo()
in there – where you can use the metadata obj from gridsome.server.js
method createPage()
.
- [Vuejs]-Error when running "npm install -g @vue/cli", reinstall attempted many times
- [Vuejs]-Tailwindcss/vue: generated css file doesn't include custom classes from <style> section
Source:stackexchange.com