We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333382e commit 1babc05Copy full SHA for 1babc05
1 file changed
lib/layout.shared.tsx
@@ -3,7 +3,7 @@ import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared';
3
export function baseOptions(): BaseLayoutProps {
4
return {
5
nav: {
6
- title: 'My App',
+ title: 'PulseBeam',
7
},
8
};
9
}
0 commit comments