Skip to content

Commit 138cbdf

Browse files
committed
add docs to descriptions
1 parent a60d273 commit 138cbdf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/layout.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ export default function Layout({ children }: { children: ReactNode }) {
3333

3434
export const metadata: Metadata = {
3535
title: {
36-
template: "%s | GitButler",
37-
default: "GitButler"
36+
template: "%s | GitButler Docs",
37+
default: "GitButler Docs"
3838
},
3939
description:
4040
"GitButler is a new Source Code Management system designed to manage your branches, record and backup your work, be your Git client, help with your code and much more",
4141
openGraph: {
4242
images: "/cover.png",
4343
title: {
44-
template: "%s | GitButler",
45-
default: "GitButler"
44+
template: "%s | GitButler Docs",
45+
default: "GitButler Docs"
4646
},
4747
url: "https://docs.gitbutler.com",
4848
siteName: "GitButler Docs",
@@ -52,13 +52,13 @@ export const metadata: Metadata = {
5252
twitter: {
5353
card: "summary_large_image",
5454
creator: "@gitbutler",
55-
title: "GitButler",
55+
title: "GitButler Docs",
5656
description:
5757
"GitButler is a new Source Code Management system designed to manage your branches, record and backup your work, be your Git client, help with your code and much more",
5858
images: "/cover.png"
5959
},
6060
metadataBase: baseUrl,
61-
applicationName: "GitButler",
61+
applicationName: "GitButler Docs",
6262
robots: {
6363
index: true,
6464
follow: true

0 commit comments

Comments
 (0)