mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-06 01:18:14 +02:00
fix: socialImage code doesnt properly use publicURL
This commit is contained in:
@@ -5,7 +5,7 @@ interface Frontmatter {
|
||||
template: string;
|
||||
description?: string;
|
||||
tags?: Array<string>;
|
||||
socialImage?: string;
|
||||
socialImage?: { publicURL: string };
|
||||
disqusId?: string;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user