From 1702a1f19e64d86a566a10e97f7b3af2810a95f7 Mon Sep 17 00:00:00 2001 From: minchodang Date: Sun, 19 May 2024 16:18:20 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?=EB=A9=94=ED=83=80=ED=83=9C=EA=B7=B8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cee7a8d..ab2c0a4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,16 +9,9 @@ import { Metadata } from 'next'; interface LocaleLayoutProps { children: React.ReactNode; } -export const metadata: Metadata = { - title: 'Meta Test', - description: 'Meta Test', -}; const LocaleLayout: FC = ({ children }) => ( - - - {children}