Skip to content

Commit 8d0db70

Browse files
Update site title to 'Gavin' in metadata
Co-authored-by: gavin <[email protected]>
1 parent e5fbabb commit 8d0db70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/[[...path]]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type {Metadata} from 'next';
55
import {HotReload} from 'sentry-docs/components/hotReload';
66

77
export const metadata: Metadata = {
8-
title: {template: '%s | Sentry Documentation', default: 'Home'},
8+
title: {template: '%s | Gavin', default: 'Gavin'},
99
};
1010

1111
export default function DocsLayout({children}: {children: React.ReactNode}) {

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const rubik = Rubik({
1616
});
1717

1818
export const metadata: Metadata = {
19-
title: 'Home',
19+
title: 'Gavin',
2020
icons: {
2121
icon:
2222
process.env.NODE_ENV === 'production' ? '/favicon.ico' : '/favicon_localhost.png',

0 commit comments

Comments
 (0)