Nuxt – Can you pre-render meta data? – SEO
Setup I'm using GitHub Pages to host my website statically. To generate SEO data I'm using the native head() method supported by the Nuxt framework. Here is a sample of my setup. export default { head() { return meta({ title:…