Spaces:
Runtime error
Runtime error
| import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared'; | |
| export function baseOptions(): BaseLayoutProps { | |
| return { | |
| nav: { | |
| title: 'Voicebox', | |
| }, | |
| }; | |
| } | |
| import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared'; | |
| export function baseOptions(): BaseLayoutProps { | |
| return { | |
| nav: { | |
| title: 'Voicebox', | |
| }, | |
| }; | |
| } | |