refactor: update default og image

This commit is contained in:
satnaing
2022-12-03 16:25:12 +06:30
parent 9262f058b8
commit 1a3424c965
5 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export const SITE = {
author: "Sat Naing",
desc: "A minimal, responsive and SEO-friendly Astro blog theme.",
title: "AstroPaper",
ogImage: "default-og.png",
ogImage: "astropaper-og.jpg",
lightAndDarkMode: true,
postPerPage: 3,
};