Fix config used in @astrolib/seo: siteName to site_name
This commit is contained in:
@ -166,7 +166,7 @@ metadata:
|
|||||||
index: true
|
index: true
|
||||||
follow: true
|
follow: true
|
||||||
openGraph:
|
openGraph:
|
||||||
siteName: 'Example'
|
site_name: 'Example'
|
||||||
images:
|
images:
|
||||||
- url: '~/assets/images/default.jpg'
|
- url: '~/assets/images/default.jpg'
|
||||||
width: 1200
|
width: 1200
|
||||||
|
@ -34,7 +34,7 @@ const seoProps: AstroSeoProps = merge(
|
|||||||
description: undefined,
|
description: undefined,
|
||||||
openGraph: {
|
openGraph: {
|
||||||
url: canonical,
|
url: canonical,
|
||||||
siteName: SITE_CONFIG?.name,
|
site_name: SITE_CONFIG?.name,
|
||||||
images: [],
|
images: [],
|
||||||
locale: I18N_CONFIG?.language || 'en',
|
locale: I18N_CONFIG?.language || 'en',
|
||||||
type: 'website',
|
type: 'website',
|
||||||
|
@ -16,7 +16,7 @@ metadata:
|
|||||||
index: true
|
index: true
|
||||||
follow: true
|
follow: true
|
||||||
openGraph:
|
openGraph:
|
||||||
siteName: AstroWind
|
site_name: AstroWind
|
||||||
images:
|
images:
|
||||||
- url: '~/assets/images/default.png'
|
- url: '~/assets/images/default.png'
|
||||||
width: 1200
|
width: 1200
|
||||||
|
Reference in New Issue
Block a user