From 6735463119d19c5e5507552a07720f1dacf8dfd6 Mon Sep 17 00:00:00 2001 From: sjwie Date: Fri, 16 Feb 2024 17:15:59 +0900 Subject: [PATCH] change title --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 4794144..1bcf17e 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -10,7 +10,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Create Next App", + title: "Studying Next.js...", description: "Generated by create next app", };