Update default og image

This commit is contained in:
Sat Naing
2022-09-27 15:29:50 +06:30
parent f525b243e0
commit c61e8011fc
3 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 421 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 472 KiB

+1 -1
View File
@@ -5,7 +5,7 @@ export const SITE = {
author: "Sat Naing", author: "Sat Naing",
desc: "A minimal, responsive and SEO-friendly Astro blog theme.", desc: "A minimal, responsive and SEO-friendly Astro blog theme.",
title: "AstroPaper", title: "AstroPaper",
ogImage: "og-default.png", ogImage: "default-og.png",
lightAndDarkMode: true, lightAndDarkMode: true,
postPerPage: 3, postPerPage: 3,
}; };