Skip to content

Commit 000e361

Browse files
committed
fix(metadata): duplicate metadata
1 parent 3b3c89d commit 000e361

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/post/layout.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
import type { Metadata } from 'next';
2-
3-
export const metadata: Metadata = {
4-
title: 'Post | Jsonq’s Blog',
5-
description: 'Daily work and study notes, front、back end and more',
6-
};
7-
81
export default function PostLayout({
92
children,
103
}: Readonly<{

0 commit comments

Comments
 (0)