Update metadata & html lang="ru"

This commit is contained in:
NoAvatar 2024-10-17 04:57:54 +10:00
parent 116d061e81
commit bcb49cafcd

View File

@ -16,8 +16,8 @@ const geistMono = localFont({
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Create Next App", title: "Сайт простого блога на NextJS",
description: "Generated by create next app", description: "Клиентское приложения для простого блога",
}; };
export default function RootLayout({ export default function RootLayout({
@ -26,7 +26,7 @@ export default function RootLayout({
children: React.ReactNode; children: React.ReactNode;
}>) { }>) {
return ( return (
<html lang="en"> <html lang="ru">
<body <body
className={`${geistSans.variable} ${geistMono.variable} antialiased`} className={`${geistSans.variable} ${geistMono.variable} antialiased`}
> >