We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9c6df commit 27f5cd5Copy full SHA for 27f5cd5
apps/fumadocs/src/app/layout.tsx
@@ -8,9 +8,8 @@ const inter = Inter({
8
});
9
10
export const metadata: Metadata = {
11
- title: "vercord",
12
- description:
13
- "Seamlessly integrate your Vercel deployment notifications with Discord.",
+ title: "vercord docs",
+ description: "Documentation for vercord.",
14
};
15
16
export default function Layout({ children }: LayoutProps<"/">) {
0 commit comments