mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 04:32:32 +02:00
refactor(starter): upgrade and move to typescript
This commit is contained in:
@@ -5,9 +5,7 @@ interface Frontmatter {
|
||||
template: string;
|
||||
description?: string;
|
||||
tags?: Array<string>;
|
||||
socialImage?: {
|
||||
publicURL: string;
|
||||
};
|
||||
socialImage?: string;
|
||||
}
|
||||
|
||||
export default Frontmatter;
|
||||
|
Reference in New Issue
Block a user