In recent update Nuxt added new SEO composables `useSeoMeta` and `useServerSeoMeta`. They are preferred to `useHead` because they're statically typed, so I think I should replace old composables like `nhead` to these new ones.