Add metaImage field to strapi. It will override the default image for the page to be included in the share previews
Make seo included on every page, not only if SEO is present in Stapi. This will also result in some empty meta tags by default. I think SEO will need a bit more love, but it's out of scope of this PR
add getNextUrl function to access process.env.NEXT_PUBLIC_NEXT_URL. This narrows the type from string | undefined to string and warns us if the env variable is not present (This should be done for all env variables, but it's out of scope)
metaImage
field to strapi. It will override the default image for the page to be included in the share previewsgetNextUrl
function to accessprocess.env.NEXT_PUBLIC_NEXT_URL
. This narrows the type fromstring | undefined
tostring
and warns us if the env variable is not present (This should be done for all env variables, but it's out of scope)