diff --git a/.vscode/settings.json b/.vscode/settings.json index 22448c27..cb874c79 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ { - "eslint.experimental.useFlatConfig": true, + "eslint.useFlatConfig": true, "prettier.enable": false, } diff --git a/docs/components/AppFooter.vue b/docs/components/AppFooter.vue index 108839e7..b999537d 100644 --- a/docs/components/AppFooter.vue +++ b/docs/components/AppFooter.vue @@ -11,6 +11,10 @@ const links = [ label: 'Privacy', to: 'https://admin.hub.nuxt.com/privacy', target: '_blank' + }, { + label: 'Status', + to: 'https://status.hub.nuxt.com', + target: '_blank' } ] diff --git a/docs/content/2.templates.yml b/docs/content/2.templates.yml index df47177d..28e170ad 100644 --- a/docs/content/2.templates.yml +++ b/docs/content/2.templates.yml @@ -8,8 +8,8 @@ hero: - label: Deploy a template icon: i-ph-rocket-launch-duotone color: black - to: https://admin.hub.nuxt.com - target: _blank + to: https://hub.nuxt.com/new + external: true - label: Read the documentation icon: i-ph-book-open color: white diff --git a/docs/pages/index.vue b/docs/pages/index.vue index 8a028b80..b72bfdf6 100644 --- a/docs/pages/index.vue +++ b/docs/pages/index.vue @@ -136,7 +136,11 @@ onMounted(() => {