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:
@@ -1,9 +1,11 @@
|
||||
import { Node as GatsbyNode } from "gatsby";
|
||||
|
||||
interface Frontmatter {
|
||||
date?: string;
|
||||
slug?: string;
|
||||
template?: string;
|
||||
category?: string;
|
||||
description?: string;
|
||||
tags?: Array<string>;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user