feat: use new og images in layout

This commit is contained in:
tanishqmanuja
2023-09-20 15:55:32 +05:30
committed by Sat Naing
parent 300d014fd7
commit 88d9343ab5
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ export type Site = {
author: string;
desc: string;
title: string;
ogImage: string;
ogImage?: string;
lightAndDarkMode: boolean;
postPerPage: number;
};