From 5d38413c9c0c87505fcb64757280497986779e54 Mon Sep 17 00:00:00 2001 From: Guilherme Coelho Date: Thu, 14 Sep 2023 11:43:17 -0300 Subject: [PATCH] Add meta tags --- app/layout.tsx | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 61a28c6..bdb5ded 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -7,7 +7,21 @@ const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { title: "Arturia", - description: "MIDI keyboard simulation of Arturia Minilab 3", + description: + "A fully functional recreation of Arturia's MiniLab 3 MIDI controller made with CSS and JavaScript", + openGraph: { + type: "website", + url: "https://grvcoelho.github.io/arturia", + title: "Arturia", + description: + "A fully functional recreation of Arturia's MiniLab 3 MIDI controller made with CSS and JavaScript", + siteName: "Arturia", + images: [ + { + url: "https://github.com/grvcoelho/arturia/blob/main/arturia.png?raw=true", + }, + ], + }, }; export default function RootLayout({