diff --git a/app/page.tsx b/app/page.tsx index 44a8e15..85a5367 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -4,6 +4,11 @@ import { Metadata } from 'next'; export const metadata: Metadata = { title: "Doyle Gammill Soundboard", description: "The huskiest sounds on the Internet!", + openGraph: { + title: "Doyle Gammill Soundboard", + description: "The huskiest sounds on the Internet!", + siteName: "Doyle Gammill Soundboard", + } }; export default function Home() {