From aafcc4ae2840d459881360044111bb647080def0 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Fri, 23 Sep 2022 13:17:49 +0630 Subject: [PATCH] Set LOGO_IMAGE.enable to false --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 825a677..ab5a4ff 100644 --- a/src/config.ts +++ b/src/config.ts @@ -10,7 +10,7 @@ export const SITE = { }; export const LOGO_IMAGE = { - enable: true, + enable: false, svg: true, width: 216, height: 46,