chore: some typos

This commit is contained in:
2024-11-23 13:51:31 +01:00
parent 541c81bbe1
commit 732ff2b83b
7 changed files with 10 additions and 9 deletions

View File

@@ -6,8 +6,9 @@ import { Inter as FontSans } from 'next/font/google';
import './globals.css';
export const metadata: Metadata = {
title: `Hacker News newsletter by ${process.env.NEXT_PUBLIC_BRAND_NAME}`,
description: 'Newsletter delivering the best posts from Hacker News',
title: `Hackernews newsletter by ${process.env.NEXT_PUBLIC_BRAND_NAME}`,
description:
'Newsletter delivering the best posts from the Hacker News forum',
keywords: 'newsletter, hackernews, technology, coding, programming, news'
};