Skip to content

Commit c0a0c74

Browse files
committed
updated OG metadata image
1 parent fcdcaed commit c0a0c74

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

public/opengraph.jpg

-45.6 KB
Binary file not shown.

public/opengraph.png

1.31 MB
Loading

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export interface Props {
1414
const canonicalURL = new URL(Astro.url.pathname, Astro.site).toString();
1515
1616
const resolvedImageWithDomain = new URL(
17-
"/opengraph.jpg",
17+
"/opengraph.png",
1818
Astro.site
1919
).toString();
2020

0 commit comments

Comments
 (0)