Skip to content

Commit

Permalink
Add type to openGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
lunatic-fox committed Apr 25, 2024
1 parent f7f5e1e commit 4c56827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const metadata: Metadata = {
description: 'Devicon API',
icons: { icon: '/img/logo.svg' },
openGraph: {
type: 'website',
images: [
'/img/banner.png'
]
Expand Down

0 comments on commit 4c56827

Please sign in to comment.