We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fbabb commit 8d0db70Copy full SHA for 8d0db70
app/[[...path]]/layout.tsx
@@ -5,7 +5,7 @@ import type {Metadata} from 'next';
5
import {HotReload} from 'sentry-docs/components/hotReload';
6
7
export const metadata: Metadata = {
8
- title: {template: '%s | Sentry Documentation', default: 'Home'},
+ title: {template: '%s | Gavin', default: 'Gavin'},
9
};
10
11
export default function DocsLayout({children}: {children: React.ReactNode}) {
app/layout.tsx
@@ -16,7 +16,7 @@ const rubik = Rubik({
16
});
17
18
19
- title: 'Home',
+ title: 'Gavin',
20
icons: {
21
icon:
22
process.env.NODE_ENV === 'production' ? '/favicon.ico' : '/favicon_localhost.png',
0 commit comments