Skip to content

Commit 5002c98

Browse files
authored
Merge pull request #3 from pavinduLakshan/update_metadata
fix: update site metadata
2 parents 4ed8719 + e68d5d4 commit 5002c98

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.husky/commit-msg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx commitlint --edit $1

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)