Update metadata & html lang="ru"
This commit is contained in:
parent
116d061e81
commit
bcb49cafcd
@ -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 (
|
||||
<html lang="en">
|
||||
<html lang="ru">
|
||||
<body
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user