Skip to content

Commit e3b1ae8

Browse files
committed
[RZA-250159]: update social-media image
1 parent bc8ed5f commit e3b1ae8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/assets/styles/shortcut.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@
182182

183183
.rows {
184184
margin: 3px;
185-
}
185+
}

src/layouts/BaseHead.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { title, description, ogImage, articleDate } = Astro.props;
1111
const titleSeparator = "";
1212
const siteTitle = `${title} ${titleSeparator} ${siteConfig.title}`;
1313
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
14-
const socialImageURL = new URL(ogImage ? ogImage : "/assets/images/ABCD-pink.png", Astro.url).href;
14+
const socialImageURL = new URL(ogImage ? ogImage : "/assets/images/ABCD-blue.png", Astro.url).href;
1515
---
1616

1717
<meta charset="utf-8" />

0 commit comments

Comments
 (0)