diff --git a/public/images/logo-full.webp b/public/images/logo-full.webp new file mode 100644 index 0000000..d929b3c Binary files /dev/null and b/public/images/logo-full.webp differ diff --git a/src/components/seo-head.astro b/src/components/seo-head.astro index ede0d86..91cf8e4 100644 --- a/src/components/seo-head.astro +++ b/src/components/seo-head.astro @@ -33,7 +33,7 @@ const canonicalUrl = canonical const ogImageUrl = ogImage ? ogImage.startsWith('http') ? ogImage : `${siteUrl}${ogImage}` - : `${siteUrl}/images/logo-vignette.svg`; + : `${siteUrl}/images/logo-full.webp`; // JSON-LD LocalBusiness structured data const structuredData = { @@ -92,7 +92,7 @@ const structuredData = { - +