Skip to content

Commit

Permalink
Add meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
grvcoelho committed Sep 14, 2023
1 parent 123838f commit 5d38413
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 5d38413

Please sign in to comment.