diff --git a/app/page.tsx b/app/page.tsx index 9da99c0..feec620 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -5,10 +5,12 @@ export const metadata: Metadata = { title: "Doyle Gammill Soundboard", description: "The huskiest sounds on the Internet!", openGraph: { + type: "website", title: "Doyle Gammill Soundboard", description: "The huskiest sounds on the Internet!", siteName: "Doyle Gammill Soundboard", - } + images: [{ url: "opengraph.webp" }], + }, }; export default function Home() { diff --git a/public/opengraph.webp b/public/opengraph.webp new file mode 100644 index 0000000..f823c28 Binary files /dev/null and b/public/opengraph.webp differ