With Gridsome there is only the gridsome build command which generates the entire site as a static site. When I run that I'm seeing the SEO tags populated in the generated html files in the dist folder.
<title>Improve Blog Post SEO with Gridsome and Vue Meta - Drew Town Dev</title>
Is this what you were asking or was it something else?
Hello Drew,
Thanks for sharing!
Quick thought : how did you manage the ssr?
I'm currently on this topic and it's not straightforward at all :/
The Nuxt generate command does the trick, nevertheless I can't find the equivalent inside Gridsome.
With Gridsome there is only the
gridsome build
command which generates the entire site as a static site. When I run that I'm seeing the SEO tags populated in the generated html files in the dist folder.<title>Improve Blog Post SEO with Gridsome and Vue Meta - Drew Town Dev</title>
Is this what you were asking or was it something else?
Thanks for your reply!
Not really, I created an issue to explain my thoughts :)
github.com/nuxt/vue-meta/issues/554