opengraph
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user