Skip to content

Commit

Permalink
Merge pull request #3 from pavinduLakshan/update_metadata
Browse files Browse the repository at this point in the history
fix: update site metadata
  • Loading branch information
brionmario authored Dec 4, 2024
2 parents 4ed8719 + e68d5d4 commit 5002c98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint --edit $1
5 changes: 3 additions & 2 deletions apps/www/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ import './custom.scss';
import {inter, spaceGrotesk} from './fonts';

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

const RootLayout = ({
Expand Down

0 comments on commit 5002c98

Please sign in to comment.