Skip to content

Commit

Permalink
chore: Remove unused OpenGraph metadata in layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizenics committed Aug 10, 2024
1 parent 291c457 commit 67af173
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ export const metadata: Metadata = {
title: 'HCDC Information Technology Society',
description: 'HCDC Information Technology Society Official Publication Website',

// meta tags for social share links
openGraph: {
title: 'HCDC Information Technology Society',
type: 'website',
url: 'hcdc-its.vercel.app',
images: 'https://i.imgur.com/YvFWkKb.png',
description: 'HCDC Information Technology Society Official Publication Website',
},


}

Expand Down

0 comments on commit 67af173

Please sign in to comment.