Skip to content

Commit 27f5cd5

Browse files
committed
feat: update layout metadata for documentation
- Changed title to "vercord docs" and updated description to reflect the focus on documentation for vercord.
1 parent ab9c6df commit 27f5cd5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/fumadocs/src/app/layout.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ const inter = Inter({
88
});
99

1010
export const metadata: Metadata = {
11-
title: "vercord",
12-
description:
13-
"Seamlessly integrate your Vercel deployment notifications with Discord.",
11+
title: "vercord docs",
12+
description: "Documentation for vercord.",
1413
};
1514

1615
export default function Layout({ children }: LayoutProps<"/">) {

0 commit comments

Comments
 (0)