Fix metadata: title, description, lang
- Change title from 'Create Next App' to 'Leopost' - Add proper Italian description - Set html lang to 'it' Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -13,8 +13,11 @@ const geistMono = Geist_Mono({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Create Next App",
|
||||
description: "Generated by create next app",
|
||||
title: {
|
||||
default: "Leopost",
|
||||
template: "%s | Leopost",
|
||||
},
|
||||
description: "Social media manager potenziato dall'AI. Gestisci i tuoi post su multiple piattaforme social.",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -23,7 +26,7 @@ export default function RootLayout({
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<html lang="it">
|
||||
<body
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user