Category "vue-meta"

How to use Vue-meta with vue3?

Actually, I installed it. Everything was well until I tried to add a meta description. The problem is that when I want to use meta description instead of showin

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 */