From 07c228868cae293a4e0c3efc816854f5ebc863ee Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Fri, 23 Sep 2022 00:12:04 +0630 Subject: [PATCH] Add logo image configuration options --- src/config.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config.ts b/src/config.ts index cc1cefb..dc0be1e 100644 --- a/src/config.ts +++ b/src/config.ts @@ -9,6 +9,12 @@ export const SITE = { postPerPage: 3, }; +export const LOGO_IMAGE = { + enable: false, + width: 216, + height: 46, +}; + export const SOCIALS: SocialsObject = [ { name: "Github",