File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ export default defineAppConfig({
26
26
colorMode : true ,
27
27
links : [ {
28
28
'icon' : 'i-simple-icons-github' ,
29
- 'to' : 'https://github.com/nuxt-ui-pro/docs' ,
29
+ 'to' : 'https://github.com/nuxt-ui-pro/docs/tree/v3 ' ,
30
30
'target' : '_blank' ,
31
- 'aria-label' : 'Docs template on GitHub'
31
+ 'aria-label' : 'GitHub'
32
32
} ]
33
33
} ,
34
34
footer : {
35
- credits : ' Copyright © 2023' ,
35
+ credits : ` Copyright © ${ new Date ( ) . getFullYear ( ) } ` ,
36
36
colorMode : false ,
37
37
links : [ {
38
38
'icon' : 'i-simple-icons-nuxtdotjs' ,
@@ -69,7 +69,7 @@ export default defineAppConfig({
69
69
} , {
70
70
icon : 'i-lucide-book-open' ,
71
71
label : 'Nuxt UI Pro docs' ,
72
- to : 'https://ui .nuxt.com/ pro/guide ' ,
72
+ to : 'https://ui3 .nuxt.dev/getting-started/installation/ pro/nuxt ' ,
73
73
target : '_blank'
74
74
} , {
75
75
icon : 'i-simple-icons-nuxtdotjs' ,
You can’t perform that action at this time.
0 commit comments