We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed3b07 commit 6dcf464Copy full SHA for 6dcf464
docs/app.vue
@@ -20,6 +20,11 @@ const links = [{
20
label: 'Playground',
21
icon: 'i-ph-play-duotone',
22
to: '/playground'
23
+}, {
24
+ label: 'Templates',
25
+ icon: 'i-ph-browsers-duotone',
26
+ to: 'https://nuxt.com/templates',
27
+ target: '_blank'
28
}, {
29
label: 'Releases',
30
icon: 'i-heroicons-rocket-launch-solid',
0 commit comments