Skip to content

Commit 770d8c9

Browse files
committed
Appease the linter
1 parent 165fb4f commit 770d8c9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/astro-theme/components/BaseHead.astro

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ const canonicalSite = isBlogPost
2222
: Astro.site;
2323
const canonicalURL = new URL(Astro.url.pathname, canonicalSite);
2424
25-
const { title, description, image = "/social/[email protected]", imageWidth, imageHeight } = Astro.props;
25+
const {
26+
title,
27+
description,
28+
image = "/social/[email protected]",
29+
imageWidth,
30+
imageHeight,
31+
} = Astro.props;
2632
2733
const product = productFromUrl(canonicalURL);
2834
const favicon = product?.favicon ?? companyFavicon.src;

0 commit comments

Comments
 (0)