📄 Huge intl feature
Some checks failed
Some checks failed
This commit was merged in pull request #10.
This commit is contained in:
@@ -5,12 +5,14 @@ export interface FrontMatter {
|
||||
author: string
|
||||
category: string
|
||||
tags: string[]
|
||||
locale: string
|
||||
image?: string
|
||||
draft?: boolean
|
||||
}
|
||||
|
||||
export interface Post {
|
||||
slug: string
|
||||
locale: string
|
||||
frontmatter: FrontMatter
|
||||
content: string
|
||||
readingTime: number
|
||||
|
||||
Reference in New Issue
Block a user