feat: adj ui page detail, add breadcom component, add media sosial group
This commit is contained in:
+3
-2
@@ -2,7 +2,7 @@ export type TNews = {
|
||||
title: string
|
||||
description: string
|
||||
type: 'hero' | 'grid'
|
||||
items: Pick<TNewsDetail, 'title' | 'content' | 'featured' | 'slug' | 'tag'>[]
|
||||
items: Pick<TNewsDetail, 'title' | 'content' | 'featured' | 'slug' | 'tags'>[]
|
||||
}
|
||||
|
||||
export type TNewsDetail = {
|
||||
@@ -12,5 +12,6 @@ export type TNewsDetail = {
|
||||
author: string
|
||||
date: Date
|
||||
slug: string
|
||||
tag?: Array<string>
|
||||
tags?: Array<string>
|
||||
categories?: Array<string>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user