Update favicon and metadatas
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user