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",