fix: socialImage code doesnt properly use publicURL

This commit is contained in:
2022-11-24 21:56:35 +01:00
parent 6f0fb545df
commit 561faa3a45
3 changed files with 9 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ interface Frontmatter {
template: string;
description?: string;
tags?: Array<string>;
socialImage?: string;
socialImage?: { publicURL: string };
disqusId?: string;
}