diff --git a/docs/app.vue b/docs/app.vue index 4a69df411..bc7b38787 100644 --- a/docs/app.vue +++ b/docs/app.vue @@ -20,6 +20,11 @@ const links = [{ label: 'Playground', icon: 'i-ph-play-duotone', to: '/playground' +}, { + label: 'Templates', + icon: 'i-ph-browsers-duotone', + to: 'https://nuxt.com/templates', + target: '_blank' }, { label: 'Releases', icon: 'i-heroicons-rocket-launch-solid',