Update nuxt to version 4 (#92)
* Nuxt 3.17.4 and other dependencies updated * Temporary fix (maybe) of the Inline Code * Update nuxt to version 4
This commit is contained in:
10
app/types/blog.ts
Normal file
10
app/types/blog.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface BlogPost {
|
||||
title: string
|
||||
date: string
|
||||
description: string
|
||||
image: string
|
||||
alt: string
|
||||
ogImage: string
|
||||
tags: string[]
|
||||
published: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user