From 90417f8b4429c9278639f170ae887028f0b6bf31 Mon Sep 17 00:00:00 2001 From: minwook Date: Mon, 4 Sep 2023 14:46:31 +0900 Subject: [PATCH] fix title Metadata --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index ae84562..5a0bc17 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -5,8 +5,8 @@ import { Inter } from 'next/font/google' const inter = Inter({ subsets: ['latin'] }) export const metadata: Metadata = { - title: 'Create Next App', - description: 'Generated by create next app', + title: 'Quantum Classroom', + description: 'Created by KMU Quantum Classroom', } export default function RootLayout({