초기 세팅

This commit is contained in:
2025-10-29 21:31:03 +09:00
parent 4b1160ccf2
commit 90db2bdd8d
3 changed files with 5 additions and 62 deletions

View File

@@ -13,7 +13,7 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Create Next App",
title: "11",
description: "Generated by create next app",
};
@@ -24,9 +24,7 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>
<body>
{children}
</body>
</html>