mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:01:42 +08:00
Support svg and png logo image types
This commit is contained in:
+2
-1
@@ -10,7 +10,8 @@ export const SITE = {
|
||||
};
|
||||
|
||||
export const LOGO_IMAGE = {
|
||||
enable: false,
|
||||
enable: true,
|
||||
svg: false,
|
||||
width: 216,
|
||||
height: 46,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user