feat(Layout): Make ogImage an optional parameter

This commit is contained in:
conglinyizhi 2025-05-18 01:54:17 +08:00
parent eeb3ccc656
commit b697dead84

View file

@ -10,7 +10,7 @@ interface Props {
title: string;
description: string;
path?: string;
ogImage: string;
ogImage?: string;
}
const defaultTitle = siteConfig.title