opengraph

This commit is contained in:
2025-09-24 13:39:05 -04:00
parent ae88034a6e
commit e00015d9d4
2 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -5,10 +5,12 @@ 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: { openGraph: {
type: "website",
title: "Doyle Gammill Soundboard", title: "Doyle Gammill Soundboard",
description: "The huskiest sounds on the Internet!", description: "The huskiest sounds on the Internet!",
siteName: "Doyle Gammill Soundboard", siteName: "Doyle Gammill Soundboard",
} images: [{ url: "opengraph.webp" }],
},
}; };
export default function Home() { export default function Home() {
Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB