fix: og image load error

This commit is contained in:
Tristan Yang
2023-03-25 11:22:20 +08:00
parent e31e075f2d
commit 7c30e0b94b
2 changed files with 8 additions and 10 deletions
+1 -3
View File
@@ -44,9 +44,7 @@ export interface OG {
width?: number;
height?: number;
alt?: string;
}[
];
}[];
audios: {
type?: string;
url: string;