Add 2 color scheme config option

This commit is contained in:
Sat Naing
2022-09-25 21:42:06 +06:30
parent 1de0e5dcd1
commit 58cb6ba8e5
2 changed files with 17 additions and 12 deletions
+1
View File
@@ -6,6 +6,7 @@ export const SITE = {
desc: "A minimal, responsive and SEO-friendly Astro blog theme.",
title: "AstroPaper",
ogImage: "og-default.png",
lightAndDarkMode: true,
postPerPage: 3,
};