Skip to content

Commit 6dcf464

Browse files
committed
docs: add templates link
1 parent 7ed3b07 commit 6dcf464

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/app.vue

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ const links = [{
2020
label: 'Playground',
2121
icon: 'i-ph-play-duotone',
2222
to: '/playground'
23+
}, {
24+
label: 'Templates',
25+
icon: 'i-ph-browsers-duotone',
26+
to: 'https://nuxt.com/templates',
27+
target: '_blank'
2328
}, {
2429
label: 'Releases',
2530
icon: 'i-heroicons-rocket-launch-solid',

0 commit comments

Comments
 (0)