Skip to content

Commit bff8841

Browse files
remove the tag type
1 parent a5b8f0a commit bff8841

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

app/layout.config.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ export const baseOptions: HomeLayout = {
2323
{ name: "Photography", url: "/blog/tag/photography" },
2424
{ name: "Programming", url: "/blog/tag/programming" }
2525
],
26-
tags: {
27-
title: "Our tag here"
28-
},
2926
social: [{
3027
icon: <Github />,
3128
name: "Github",

utils/types.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,8 @@ export interface TypeBlogNav {
1313
name: string; url: string
1414
}
1515

16-
export interface TypeTags{
17-
title: string;
18-
}
19-
2016
export interface HomeLayout extends BaseLayoutProps {
2117
social?: TypeSocial[];
2218
faqs?: TypeFAQ[]
2319
blog_nav?: TypeBlogNav[]
24-
tags?: TypeTags
2520
}

0 commit comments

Comments
 (0)