This commit is contained in:
parent
5a1284e8c2
commit
f1a446bcf4
@ -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<ReactElement> {
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user