Add logo image configuration options

This commit is contained in:
Sat Naing
2022-09-23 00:12:04 +06:30
parent a22adcabc4
commit 07c228868c
+6
View File
@@ -9,6 +9,12 @@ export const SITE = {
postPerPage: 3, postPerPage: 3,
}; };
export const LOGO_IMAGE = {
enable: false,
width: 216,
height: 46,
};
export const SOCIALS: SocialsObject = [ export const SOCIALS: SocialsObject = [
{ {
name: "Github", name: "Github",