[U] Update blog model

This commit is contained in:
Hykilpikonna
2021-12-26 20:29:44 -05:00
parent 554066682d
commit 9efac31261
+3
View File
@@ -33,6 +33,7 @@ import moment from "moment";
export interface BlogPostMeta export interface BlogPostMeta
{ {
id: number
title: string title: string
tags: string[] tags: string[]
file: string file: string
@@ -42,6 +43,8 @@ export interface BlogPostMeta
subtitle?: string subtitle?: string
title_image?: string title_image?: string
category?: string
pinned?: number
} }
@Options({components: {Tag}}) @Options({components: {Tag}})