import type { BaseLayoutProps } from 'fumadocs-ui/layouts/shared'; import Image from 'next/image'; export function baseOptions(): BaseLayoutProps { return { nav: { title: (
Warmbly Warmbly
), }, links: [ { text: 'Dashboard', url: 'https://app.warmbly.com', }, ], }; }