From bdf214863d149c97383fbffab28b7905489b25b4 Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Sat, 9 Nov 2024 23:53:20 +0530 Subject: [PATCH 1/2] fix: update site metadata --- apps/www/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/www/app/layout.tsx b/apps/www/app/layout.tsx index f0375d4..1a3c00e 100644 --- a/apps/www/app/layout.tsx +++ b/apps/www/app/layout.tsx @@ -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 = ({ From e68d5d49d9717e3e32a99ef5eb766f1eb72157c8 Mon Sep 17 00:00:00 2001 From: Pavindu Lakshan Date: Sat, 9 Nov 2024 23:56:14 +0530 Subject: [PATCH 2/2] fix: remove deprecated husky config --- .husky/commit-msg | 3 --- 1 file changed, 3 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 5426a93..a78cc75 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx commitlint --edit $1