1.0
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 11s

This commit is contained in:
2026-03-26 13:04:18 -04:00
parent 70d8d83691
commit 4a64e90a47
9 changed files with 418 additions and 1064 deletions

View File

@@ -33,7 +33,7 @@ const canonicalUrl = canonical
const ogImageUrl = ogImage
? ogImage.startsWith('http') ? ogImage : `${siteUrl}${ogImage}`
: `${siteUrl}/images/logo.png`;
: `${siteUrl}/images/logo-vignette.svg`;
// 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.png" />
<link rel="icon" type="image/png" href="/images/logo-vignette.svg" />
<!-- JSON-LD -->
<script type="application/ld+json" set:html={JSON.stringify(structuredData)} />