From 5a3ab2a71d3617a1065f92aafd5e7a0a05eb4913 Mon Sep 17 00:00:00 2001 From: Juri Jung Date: Thu, 9 Jul 2026 09:21:37 +0900 Subject: [PATCH] =?UTF-8?q?feat(layout):=20=ED=8E=98=EC=9D=B4=EC=A7=80=20m?= =?UTF-8?q?etadata=20=EC=A0=9C=EB=AA=A9=C2=B7=EC=84=A4=EB=AA=85=20?= =?UTF-8?q?=EA=B0=B1=EC=8B=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit title을 feedme로, description을 README 요약으로 변경 --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 1f2753c..8d8cffe 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -15,9 +15,9 @@ const fontMono = Geist_Mono({ }) export const metadata: Metadata = { - title: "todo", + title: "feedme", description: - "Claude Code Playbook 강의 실습용 Next.js · shadcn/ui Todo 앱 저장소.", + "Claude Code Playbook 강의를 위한 Next.js · shadcn/ui 기반 Todo 앱 실습 저장소.", } export default function RootLayout({