Skip to content

Commit bdf2148

Browse files
fix: update site metadata
1 parent 4ed8719 commit bdf2148

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/www/app/layout.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ import './custom.scss';
3030
import {inter, spaceGrotesk} from './fonts';
3131

3232
export const metadata: Metadata = {
33-
title: 'Create Next App',
34-
description: 'Generated by create next app',
33+
title: 'JavaScript Colombo',
34+
description:
35+
'Join the JavaScript Colombo Meetup, where JavaScript enthusiasts connect to explore the latest in everything JavaScript.',
3536
};
3637

3738
const RootLayout = ({

0 commit comments

Comments
 (0)