From 4c5682702fdf083382245d0849671427e2630405 Mon Sep 17 00:00:00 2001 From: Lunatic Fox Date: Thu, 25 Apr 2024 20:57:56 -0300 Subject: [PATCH] Add type to openGraph --- src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1337e0b..e8b5e83 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,6 +9,7 @@ export const metadata: Metadata = { description: 'Devicon API', icons: { icon: '/img/logo.svg' }, openGraph: { + type: 'website', images: [ '/img/banner.png' ]