diff --git a/src/config.ts b/src/config.ts index 89264cd..825a677 100644 --- a/src/config.ts +++ b/src/config.ts @@ -11,7 +11,7 @@ export const SITE = { export const LOGO_IMAGE = { enable: true, - svg: false, + svg: true, width: 216, height: 46, };