Category "vue-meta"

NuxtJs dynamic open graph tags are not working

i am trying to set up a dynamic open graph meta tags using the following code async asyncData({ app, route }) { let postDetails = await app.$axios.g

How to set lang attribute on html element with Nuxt?

Using the file nuxt.config.js file, head contents can be customized to add some meta, or other things: module.exports = { /* ** Headers of the page */