export type SiteConfig = typeof siteConfig export const siteConfig = { name: 'Kubb ui', description: '', navItems: [ { label: 'Home', href: '/', }, ], navMenuItems: [ { label: 'Home', href: '/', }, ], links: { github: 'https://github.com/kubb-labs/kubb', docs: 'https://kubb.dev', sponsor: 'https://github.com/sponsors/stijnvanhulle/', }, }