Skip to content

Commit 62e3b89

Browse files
committed
fix(app.config): improve defaults
1 parent 11711c7 commit 62e3b89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎app/app.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ export default defineAppConfig({
2626
colorMode: true,
2727
links: [{
2828
'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',
3030
'target': '_blank',
31-
'aria-label': 'Docs template on GitHub'
31+
'aria-label': 'GitHub'
3232
}]
3333
},
3434
footer: {
35-
credits: 'Copyright © 2023',
35+
credits: `Copyright © ${new Date().getFullYear()}`,
3636
colorMode: false,
3737
links: [{
3838
'icon': 'i-simple-icons-nuxtdotjs',
@@ -69,7 +69,7 @@ export default defineAppConfig({
6969
}, {
7070
icon: 'i-lucide-book-open',
7171
label: 'Nuxt UI Pro docs',
72-
to: 'https://ui.nuxt.com/pro/guide',
72+
to: 'https://ui3.nuxt.dev/getting-started/installation/pro/nuxt',
7373
target: '_blank'
7474
}, {
7575
icon: 'i-simple-icons-nuxtdotjs',

0 commit comments

Comments
 (0)