[Vuejs]-How to render Gridsome metadata (vue-meta) Server Side?

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().

Leave a comment