useServerSeoMeta not setting head-tags on server
Using Nuxt3 and useServerSeoMeta and/or useSeoMeta, I would assume this would generate correct HTML on server side but it does not. I just took the example straight from Nuxt documentation, and on client side it looks perfect, but on server side when viewing source (ctrl + u), it takes the value from app.head.meta.title in the nuxt.config.js and is not overridden.