Update favicon and metadatas

This commit is contained in:
2025-06-17 21:15:29 +03:00
parent 7c76ea1a09
commit d754dbeb72
3 changed files with 3 additions and 36 deletions

View File

@@ -15,8 +15,8 @@ const birthstone = Birthstone({
});
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Satolaatikot",
description: "Kalenteri Livonsaaren Osuuspuutarhan satolaatikoiden jakopäivistä",
};
export default function RootLayout({
@@ -25,7 +25,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en">
<html lang="fi">
<body className={`${notoSans.variable}` + ` ${birthstone.variable}`}>
{children}
</body>