update content render page
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
11
types/blog.ts
Normal file
11
types/blog.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export interface BlogPost {
|
||||
title: string
|
||||
date: string
|
||||
description: string
|
||||
image: string
|
||||
alt: string
|
||||
ogImage: string
|
||||
provider: string
|
||||
tags: string[]
|
||||
published: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user