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
@@ -29,7 +29,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,
};