mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
feat: use new og images in layout
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ export type Site = {
|
||||
author: string;
|
||||
desc: string;
|
||||
title: string;
|
||||
ogImage: string;
|
||||
ogImage?: string;
|
||||
lightAndDarkMode: boolean;
|
||||
postPerPage: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user