Fix config used in @astrolib/seo: siteName to site_name

This commit is contained in:
prototypa
2023-08-08 21:43:30 -04:00
parent 506f0c9e9f
commit bc9246061a
3 changed files with 3 additions and 3 deletions

View File

@ -166,7 +166,7 @@ metadata:
index: true
follow: true
openGraph:
siteName: 'Example'
site_name: 'Example'
images:
- url: '~/assets/images/default.jpg'
width: 1200

View File

@ -34,7 +34,7 @@ const seoProps: AstroSeoProps = merge(
description: undefined,
openGraph: {
url: canonical,
siteName: SITE_CONFIG?.name,
site_name: SITE_CONFIG?.name,
images: [],
locale: I18N_CONFIG?.language || 'en',
type: 'website',

View File

@ -16,7 +16,7 @@ metadata:
index: true
follow: true
openGraph:
siteName: AstroWind
site_name: AstroWind
images:
- url: '~/assets/images/default.png'
width: 1200