fix logo for metatags
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 45s

This commit is contained in:
2026-03-26 18:41:12 -04:00
parent d1ad6e0f09
commit 148d664b44
3 changed files with 3 additions and 3 deletions

View File

@@ -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 = {
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" href="/images/logo-vignette.svg" />
<link rel="icon" type="image/png" href="/favicon.svg" />
<!-- JSON-LD -->
<script type="application/ld+json" set:html={JSON.stringify(structuredData)} />