diff --git a/src/app/(pages)/stats/page.tsx b/src/app/(pages)/stats/page.tsx index 55332af..77d2104 100644 --- a/src/app/(pages)/stats/page.tsx +++ b/src/app/(pages)/stats/page.tsx @@ -1,5 +1,12 @@ import { ReactElement } from "react"; import { Stats } from "@/app/components/stats"; +import { Metadata } from "next"; + +export const metadata: Metadata = { + openGraph: { + description: "Click to view the API statistics", + }, +}; export default async function Page(): Promise { return (