mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Add logo image configuration options
This commit is contained in:
@@ -9,6 +9,12 @@ export const SITE = {
|
||||
postPerPage: 3,
|
||||
};
|
||||
|
||||
export const LOGO_IMAGE = {
|
||||
enable: false,
|
||||
width: 216,
|
||||
height: 46,
|
||||
};
|
||||
|
||||
export const SOCIALS: SocialsObject = [
|
||||
{
|
||||
name: "Github",
|
||||
|
||||
Reference in New Issue
Block a user