fix: updated meta info

This commit is contained in:
Riccardo
2023-12-04 16:55:16 +01:00
parent 37f5692f61
commit 1b0919a460

View File

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