@@ -2,36 +2,36 @@ export default defineAppConfig({
22 ui : {
33 colors : {
44 primary : 'green' ,
5- neutral : 'slate'
6- }
5+ neutral : 'slate' ,
6+ } ,
77 } ,
88 uiPro : {
99 footer : {
1010 slots : {
1111 root : 'border-t border-(--ui-border)' ,
12- left : 'text-sm text-(--ui-text-muted)'
13- }
14- }
12+ left : 'text-sm text-(--ui-text-muted)' ,
13+ } ,
14+ } ,
1515 } ,
1616 seo : {
17- siteName : 'Nuxt Codemirror'
17+ siteName : 'Nuxt Codemirror' ,
1818 } ,
1919 header : {
2020 title : 'Nuxt Codemirror' ,
2121 to : '/' ,
2222 logo : {
2323 alt : '' ,
2424 light : '' ,
25- dark : ''
25+ dark : '' ,
2626 } ,
2727 search : true ,
2828 colorMode : true ,
2929 links : [ {
3030 'icon' : 'i-simple-icons-github' ,
3131 'to' : 'https://github.com/ThimoDEV/nuxt-codemirror' ,
3232 'target' : '_blank' ,
33- 'aria-label' : 'GitHub'
34- } ]
33+ 'aria-label' : 'GitHub' ,
34+ } ] ,
3535 } ,
3636 footer : {
3737 credits : `Copyright © ${ new Date ( ) . getFullYear ( ) } ` ,
@@ -40,23 +40,23 @@ export default defineAppConfig({
4040 'icon' : 'i-simple-icons-nuxtdotjs' ,
4141 'to' : 'https://nuxt.com' ,
4242 'target' : '_blank' ,
43- 'aria-label' : 'Nuxt Website'
43+ 'aria-label' : 'Nuxt Website' ,
4444 } , {
4545 'icon' : 'i-simple-icons-discord' ,
4646 'to' : 'https://discord.com/invite/ps2h6QT' ,
4747 'target' : '_blank' ,
48- 'aria-label' : 'Nuxt UI on Discord'
48+ 'aria-label' : 'Nuxt UI on Discord' ,
4949 } , {
5050 'icon' : 'i-simple-icons-x' ,
5151 'to' : 'https://x.com/nuxt_js' ,
5252 'target' : '_blank' ,
53- 'aria-label' : 'Nuxt on X'
53+ 'aria-label' : 'Nuxt on X' ,
5454 } , {
5555 'icon' : 'i-simple-icons-github' ,
5656 'to' : 'https://github.com/ThimoDEV/nuxt-codemirror' ,
5757 'target' : '_blank' ,
58- 'aria-label' : 'Nuxt Codemirror Module on GitHub'
59- } ]
58+ 'aria-label' : 'Nuxt Codemirror Module on GitHub' ,
59+ } ] ,
6060 } ,
6161 toc : {
6262 title : 'Table of Contents' ,
@@ -67,18 +67,18 @@ export default defineAppConfig({
6767 icon : 'i-lucide-star' ,
6868 label : 'Star on GitHub' ,
6969 to : 'https://github.com/ThimoDEV/nuxt-codemirror' ,
70- target : '_blank'
70+ target : '_blank' ,
7171 } , {
7272 icon : 'i-lucide-book-open' ,
7373 label : 'Nuxt UI Pro docs' ,
7474 to : 'https://ui.nuxt.com/getting-started/installation/pro/nuxt' ,
75- target : '_blank'
75+ target : '_blank' ,
7676 } , {
7777 icon : 'i-simple-icons-nuxtdotjs' ,
7878 label : 'Purchase a license' ,
7979 to : 'https://ui.nuxt.com/pro/purchase' ,
80- target : '_blank'
81- } ]
82- }
83- }
80+ target : '_blank' ,
81+ } ] ,
82+ } ,
83+ } ,
8484} )
0 commit comments