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
Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 421 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: "default-og.png", ogImage: "astropaper-og.jpg",
lightAndDarkMode: true, lightAndDarkMode: true,
postPerPage: 3, postPerPage: 3,
}; };
@@ -29,7 +29,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: "default-og.png", ogImage: "astropaper-og.jpg",
lightAndDarkMode: true, // true by default lightAndDarkMode: true, // true by default
postPerPage: 3, postPerPage: 3,
}; };
@@ -29,7 +29,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: "default-og.png", ogImage: "astropaper-og.jpg",
lightAndDarkMode: true, lightAndDarkMode: true,
postPerPage: 3, postPerPage: 3,
}; };