From 905a207bc096653a7c3c003abb43946d5414b421 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 18 Dec 2023 09:57:42 -0700 Subject: [PATCH] Add basic metadata for the project. --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 40e027f..a7479ae 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -5,8 +5,8 @@ import './globals.css' const inter = Inter({ subsets: ['latin'] }) export const metadata: Metadata = { - title: 'Create Next App', - description: 'Generated by create next app', + title: 'Dissidua Webmail', + description: 'A modern webmail client' } export default function RootLayout({