|
| 1 | +export default defineAppConfig({ |
| 2 | + ui: { |
| 3 | + primary: 'emerald', |
| 4 | + gray: 'cool', |
| 5 | + footer: { |
| 6 | + bottom: { |
| 7 | + left: 'text-sm text-gray-500 dark:text-gray-400', |
| 8 | + wrapper: 'border-t border-gray-200 dark:border-gray-800' |
| 9 | + } |
| 10 | + } |
| 11 | + }, |
| 12 | + seo: { |
| 13 | + siteName: 'NuxtHub', |
| 14 | + }, |
| 15 | + header: { |
| 16 | + logo: { |
| 17 | + alt: '', |
| 18 | + light: '', |
| 19 | + dark: '' |
| 20 | + }, |
| 21 | + search: true, |
| 22 | + colorMode: true, |
| 23 | + links: [{ |
| 24 | + icon: 'i-simple-icons-github', |
| 25 | + to: 'https://github.com/atinux/nuxthub', |
| 26 | + target: '_blank', |
| 27 | + 'aria-label': 'NuxtHub' |
| 28 | + }] |
| 29 | + }, |
| 30 | + footer: { |
| 31 | + credits: 'Copyright © 2024', |
| 32 | + colorMode: false, |
| 33 | + links: [{ |
| 34 | + icon: 'i-simple-icons-nuxtdotjs', |
| 35 | + to: 'https://nuxt.com', |
| 36 | + target: '_blank', |
| 37 | + 'aria-label': 'Nuxt Website' |
| 38 | + }, { |
| 39 | + icon: 'i-simple-icons-discord', |
| 40 | + to: 'https://discord.com/invite/ps2h6QT', |
| 41 | + target: '_blank', |
| 42 | + 'aria-label': 'Nuxt UI on Discord' |
| 43 | + }, { |
| 44 | + icon: 'i-simple-icons-x', |
| 45 | + to: 'https://x.com/nuxt_js', |
| 46 | + target: '_blank', |
| 47 | + 'aria-label': 'Nuxt on X' |
| 48 | + }, { |
| 49 | + icon: 'i-simple-icons-github', |
| 50 | + to: 'https://github.com/atinux/nuxthub', |
| 51 | + target: '_blank', |
| 52 | + 'aria-label': 'NuxtHub on GitHub' |
| 53 | + }] |
| 54 | + }, |
| 55 | + toc: { |
| 56 | + title: 'Table of Contents', |
| 57 | + bottom: { |
| 58 | + title: 'Community', |
| 59 | + edit: 'https://github.com/atinux/nuxthub/edit/main/content', |
| 60 | + links: [{ |
| 61 | + icon: 'i-heroicons-star', |
| 62 | + label: 'Star on GitHub', |
| 63 | + to: 'https://github.com/atinux/nuxthub', |
| 64 | + target: '_blank', |
| 65 | + }] |
| 66 | + } |
| 67 | + } |
| 68 | +}) |
0 commit comments