11export default defineAppConfig ( {
22 ui : {
3- primary : 'green' ,
4- gray : 'slate' ,
3+ colors : {
4+ primary : 'green' ,
5+ neutral : 'slate'
6+ }
7+ } ,
8+ uiPro : {
59 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- variables : {
12- light : {
13- background : '255 255 255' ,
14- foreground : 'var(--color-gray-700)'
15- } ,
16- dark : {
17- background : 'var(--color-gray-900)' ,
18- foreground : 'var(--color-gray-200)'
19- } ,
20- header : {
21- height : '4rem'
10+ slots : {
11+ root : 'border-t border-(--ui-border)' ,
12+ left : 'text-sm text-(--ui-text-muted)'
2213 }
2314 }
2415 } ,
2516 seo : {
26- siteName : 'nuxt-applicationinsights'
17+ siteName : 'nuxt-applicationinsights' ,
2718 } ,
2819 header : {
20+ title : '' ,
21+ to : '/' ,
2922 logo : {
3023 alt : '' ,
3124 light : '' ,
@@ -34,43 +27,20 @@ export default defineAppConfig({
3427 search : true ,
3528 colorMode : true ,
3629 links : [ {
37- icon : 'i-simple-icons-github' ,
38- to : 'https://github.com/huang-julien/nuxt-applicationinsights' ,
39- target : '_blank' ,
40- 'aria-label' : 'Nuxt applicationinsights github '
30+ ' icon' : 'i-simple-icons-github' ,
31+ 'to' : 'https://github.com/huang-julien/nuxt-applicationinsights' ,
32+ ' target' : '_blank' ,
33+ 'aria-label' : 'GitHub '
4134 } ]
4235 } ,
4336 footer : {
44- credits : ' Copyright © 2024' ,
37+ credits : ` Copyright © ${ new Date ( ) . getFullYear ( ) } ` ,
4538 colorMode : false ,
4639 links : [ {
47- text : 'i-simple-icons-github' ,
48- to : 'https://github.com/huang-julien/nuxt-applicationinsights' ,
49- target : '_blank' ,
50- 'aria-label' : 'Nuxt applicationinsights github '
40+ 'icon' : 'i-simple-icons-github' ,
41+ 'to' : 'https://github.com/huang-julien/nuxt-applicationinsights' ,
42+ ' target' : '_blank' ,
43+ 'aria-label' : 'GitHub '
5144 } ]
52- } ,
53- toc : {
54- title : 'Table of Contents' ,
55- bottom : {
56- title : 'Community' ,
57- edit : 'https://github.com/nuxt-ui-pro/docs/edit/main/content' ,
58- links : [ {
59- icon : 'i-heroicons-star' ,
60- label : 'Star on GitHub' ,
61- to : 'https://github.com/nuxt/ui' ,
62- target : '_blank'
63- } , {
64- icon : 'i-heroicons-book-open' ,
65- label : 'Nuxt UI Pro docs' ,
66- to : 'https://ui.nuxt.com/pro/guide' ,
67- target : '_blank'
68- } , {
69- icon : 'i-simple-icons-nuxtdotjs' ,
70- label : 'Purchase a license' ,
71- to : 'https://ui.nuxt.com/pro/purchase' ,
72- target : '_blank'
73- } ]
74- }
75- }
76- } )
45+ } ,
46+ } )
0 commit comments