opengraph

This commit is contained in:
2025-09-24 12:31:37 -04:00
parent 5ddfe86636
commit 8c1e95e254
+5
View File
@@ -4,6 +4,11 @@ import { Metadata } from 'next';
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Doyle Gammill Soundboard", title: "Doyle Gammill Soundboard",
description: "The huskiest sounds on the Internet!", 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() { export default function Home() {