docs metadata

This commit is contained in:
Braydon 2024-04-17 09:33:02 -04:00
parent b6d59b9598
commit 05131b614d

@ -1,8 +1,16 @@
import Creeper from "@/components/creeper"; import Creeper from "@/components/creeper";
import { minecrafter } from "@/font/fonts"; import { minecrafter } from "@/font/fonts";
import { cn } from "@/lib/utils"; import { cn } from "@/lib/utils";
import { Metadata } from "next";
import Link from "next/link"; import Link from "next/link";
/**
* Page metadata.
*/
export const metadata: Metadata = {
title: "Docs",
};
/** /**
* The documentation page. * The documentation page.
* *