Fix config used in @astrolib/seo: siteName to site_name
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user