Make LOGO_IMAGE.svg to true by default

This commit is contained in:
Sat Naing
2022-09-23 12:25:30 +06:30
parent 3dd1ac8a9f
commit 018b584433
+1 -1
View File
@@ -11,7 +11,7 @@ export const SITE = {
export const LOGO_IMAGE = { export const LOGO_IMAGE = {
enable: true, enable: true,
svg: false, svg: true,
width: 216, width: 216,
height: 46, height: 46,
}; };