Support svg and png logo image types

This commit is contained in:
Sat Naing
2022-09-23 12:24:54 +06:30
parent 11acd422e7
commit 3dd1ac8a9f
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ export const SITE = {
};
export const LOGO_IMAGE = {
enable: false,
enable: true,
svg: false,
width: 216,
height: 46,
};