From 1b0919a460501b2ccd887d6f10cf8bde78e1faa4 Mon Sep 17 00:00:00 2001 From: Riccardo Date: Mon, 4 Dec 2023 16:55:16 +0100 Subject: [PATCH] fix: updated meta info --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index ef35b8e..0cc5d58 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,8 +6,8 @@ import './globals.css'; const inter = Inter({ subsets: ['latin'] }); export const metadata: Metadata = { - title: 'Create Next App', - description: 'Generated by create next app', + title: 'Hacker News newsletter', + description: 'Newsletter delivering the best posts from Hacker News', keywords: 'newsletter, hackernews, technology, coding, programming, news' };