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

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

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)} />

View File

@@ -3,6 +3,6 @@
"titleTemplate": "%s | Cachet Peintres Décorateurs",
"defaultDescription": "Peintres décorateurs professionnels à Laval et sur la Rive-Nord. Peinture résidentielle et commerciale, décoration intérieure et extérieure. RBQ 5839 8736 01. Soumission gratuite.",
"keywords": "peintre Laval, peinture résidentielle Laval, peinture commerciale Rive-Nord, décoration intérieure Laval, peintres décorateurs Québec, peinture extérieure Laval, rénovation Rive-Nord, soumission peinture gratuite",
"ogImage": "/images/logo-vignette.svg",
"ogImage": "/images/logo-full.webp",
"twitterCard": "summary_large_image"
}