NuxtN
Nuxt17mo ago
hz2222

ogImage is not visible

Here is my script in app.vue:

<script setup>
useSeoMeta({
ogImage: "/assets/images/logo.webp",
})
</script>

But I am still seeing the basic nuxt image...
Was this page helpful?