docs metadata
This commit is contained in:
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.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user