Skip to content

Commit 67ee99a

Browse files
committedDec 24, 2024·
fix metadata title
1 parent 6436b78 commit 67ee99a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/app/layout.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import { Footer } from "~/components/footer";
77
import { CSPostHogProvider } from "./providers";
88

99
export const metadata: Metadata = {
10-
title: "GitDiagram - Repository to Diagram in Seconds",
10+
title: "GitDiagram",
1111
description:
12-
"Turn any GitHub repository into an interactive diagram for visualization.",
12+
"Turn any GitHub repository into an interactive diagram for visualization in seconds.",
1313
metadataBase: new URL("https://gitdiagram.com"),
1414
keywords: [
1515
"github",

0 commit comments

Comments
 (0)
Please sign in to comment.