NNuxt•Created by martine on 8/5/2024 in #❓・help meta tags previews not displaying with ssr: false and nuxt generate
Not sure if this helps, but this works for me:
<script setup>
useSeoMeta({
title : 'My Amazing Site',
ogTitle: 'My Amazing Site',
})
</script>