Skip to content

Commit 006702e

Browse files
committed
Fix OG image.
1 parent a45dd0b commit 006702e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro/src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const SITE: Site = {
55
author: "Matt Welsh",
66
desc: "Matt Welsh's home page.",
77
title: "mdw.la :: Matt Welsh",
8-
ogImage: "astropaper-og.jpg",
8+
ogImage: "mdw-woods-lowres.png",
99
lightAndDarkMode: true,
1010
postPerPage: 3,
1111
scheduledPostMargin: 15 * 60 * 1000, // 15 minutes

0 commit comments

Comments
 (0)