stat page embed
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 2s

This commit is contained in:
Lee 2024-04-18 01:25:38 +01:00
parent 5a1284e8c2
commit f1a446bcf4

@ -1,5 +1,12 @@
import { ReactElement } from "react"; import { ReactElement } from "react";
import { Stats } from "@/app/components/stats"; 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<ReactElement> { export default async function Page(): Promise<ReactElement> {
return ( return (