nickfrosty / nuxt-seo

SEO / HTML meta tags module for NuxtJS
https://www.npmjs.com/package/nuxt-seo
MIT License
18 stars 6 forks source link

DOCS ERROR #6

Closed srk4393 closed 2 years ago

srk4393 commented 2 years ago

https://nuxt-seo.frostbutter.com/options/opengraph

Image Block

<script>
  export default {
    head({ $seo }) {
      return $seo({
        openGraph: {
          image: {
            currency: '',
            amount: ''
          }
        }
      })
    }
  }
</script>
nickfrosty commented 2 years ago

Copy and paste will get you from time to time... quick fix in the works