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' };