mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Make LOGO_IMAGE.svg to true by default
This commit is contained in:
+1
-1
@@ -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,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user