From bcb49cafcdf0b84d0212bb745699d6fb9f289ade Mon Sep 17 00:00:00 2001 From: NoAvatar Date: Thu, 17 Oct 2024 04:57:54 +1000 Subject: [PATCH] Update metadata & html lang="ru" --- src/app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0ab82fb..87893ee 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,8 +16,8 @@ const geistMono = localFont({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Сайт простого блога на NextJS", + description: "Клиентское приложения для простого блога", }; export default function RootLayout({ @@ -26,7 +26,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - +