export default defineAppConfig({ ui: { colors: { primary: 'green', neutral: 'slate' }, footer: { slots: { root: 'border-t border-default', left: 'text-sm text-muted' } } }, seo: { siteName: 'FEDEO Bedienung' }, header: { title: 'FEDEO Bedienung', to: '/bedienung', search: true, colorMode: true, links: [ { icon: 'i-simple-icons-github', to: 'https://git.federspiel.tech/flfeders/FEDEO', target: '_blank', 'aria-label': 'Repository' } ] }, footer: { credits: `Built with Nuxt UI • © ${new Date().getFullYear()} FEDEO`, colorMode: false, links: [ { icon: 'i-simple-icons-github', to: 'https://git.federspiel.tech/flfeders/FEDEO', target: '_blank', 'aria-label': 'Repository' } ] }, toc: { title: 'Inhaltsverzeichnis', bottom: { title: 'Links', links: [ { icon: 'i-lucide-book-open', label: 'Bedienung', to: '/bedienung' } ] } } })