From 188184b674a92570546f6e01f8dc7b6536a8d1b9 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 12 Mar 2025 15:31:12 +0100 Subject: [PATCH] chore: use `ui2.nuxt.com` url --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- .github/ISSUE_TEMPLATE/question.yml | 2 +- README.md | 10 +++++----- docs/app.vue | 2 +- docs/nuxt.config.ts | 2 +- docs/pages/index.vue | 4 ++-- package.json | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 7a64ee3b..e1d726b7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Before reporting a bug, please make sure that you have read through our [documentation](https://ui.nuxt.com) and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc). + Before reporting a bug, please make sure that you have read through our [documentation](https://ui2.nuxt.com) and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc). - type: textarea id: env attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index cf4ed7d6..225d452d 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Before requesting a feature, please make sure that you have read through our [documentation](https://ui.nuxt.com) and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc). + Before requesting a feature, please make sure that you have read through our [documentation](https://ui2.nuxt.com) and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc). - type: dropdown id: version attributes: diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 568e850f..34f9862c 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Before asking a question, please make sure that you have read through our [documentation](https://ui.nuxt.com) and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc). + Before asking a question, please make sure that you have read through our [documentation](https://ui2.nuxt.com) and existing [issues](https://github.com/nuxt/ui/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc). - type: dropdown id: version attributes: diff --git a/README.md b/README.md index f8a5aef6..8f1e32ef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![nuxt-ui.png](https://volta.s3.fr-par.scw.cloud/nuxt_ui_social_card_531d133fa2.png)](https://ui.nuxt.com) +[![nuxt-ui.png](https://volta.s3.fr-par.scw.cloud/nuxt_ui_social_card_531d133fa2.png)](https://ui2.nuxt.com) # Nuxt UI @@ -22,7 +22,7 @@ Its goal is to provide everything related to UI when building a Nuxt app. This i - Fully typed - [Figma Kit](https://www.figma.com/community/file/1436401057300493073) -Read more on [ui.nuxt.com](https://ui.nuxt.com) +Read more on [ui2.nuxt.com](https://ui2.nuxt.com) ## Installation @@ -32,7 +32,7 @@ npx nuxi@latest module add ui ## Documentation -Visit https://ui.nuxt.com to explore the documentation. +Visit https://ui2.nuxt.com to explore the documentation. ## Credits @@ -49,11 +49,11 @@ Visit https://ui.nuxt.com to explore the documentation. Thank you for considering contributing to Nuxt UI. Here are a few ways you can get involved: - Reporting Bugs: If you come across any bugs or issues, please check out the reporting bugs guide to learn how to submit a bug report. -- Suggestions: Have any thoughts to enhance Nuxt UI? We'd love to hear them! Check out the [contribution guide](https://ui.nuxt.com/getting-started/contributing) to share your suggestions. +- Suggestions: Have any thoughts to enhance Nuxt UI? We'd love to hear them! Check out the [contribution guide](https://ui2.nuxt.com/getting-started/contributing) to share your suggestions. ## Local Development -Follow the docs to [Set up your local development environment](https://ui.nuxt.com/getting-started/contributing#_2-local-development-setup) and contribute. +Follow the docs to [Set up your local development environment](https://ui2.nuxt.com/getting-started/contributing#_2-local-development-setup) and contribute. ## License diff --git a/docs/app.vue b/docs/app.vue index 32967500..c2fe0504 100644 --- a/docs/app.vue +++ b/docs/app.vue @@ -91,7 +91,7 @@ useHead({ ], link: [ { rel: 'icon', type: 'image/svg+xml', href: '/icon.svg' }, - { rel: 'canonical', href: `https://ui.nuxt.com${withoutTrailingSlash(route.path)}` } + { rel: 'canonical', href: `https://ui2.nuxt.com${withoutTrailingSlash(route.path)}` } ], htmlAttrs: { lang: 'en' diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index 9fcb26bb..20319aa3 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -31,7 +31,7 @@ export default defineNuxtConfig({ ], site: { - url: 'https://ui.nuxt.com' + url: 'https://ui2.nuxt.com' }, content: { diff --git a/docs/pages/index.vue b/docs/pages/index.vue index 24c75d0e..2d20c6ee 100644 --- a/docs/pages/index.vue +++ b/docs/pages/index.vue @@ -435,8 +435,8 @@ useSeoMeta({ ogTitle: page.value.title, description: page.value.description, ogDescription: page.value.description, - ogImage: 'https://ui.nuxt.com/social-card.png', - twitterImage: 'https://ui.nuxt.com/social-card.png' + ogImage: 'https://ui2.nuxt.com/social-card.png', + twitterImage: 'https://ui2.nuxt.com/social-card.png' }) const source = ref('npx nuxi@latest module add ui') diff --git a/package.json b/package.json index b6d1311b..9915ed8c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "2.21.1", "packageManager": "pnpm@10.6.2", "repository": "nuxt/ui", - "homepage": "https://ui.nuxt.com", + "homepage": "https://ui2.nuxt.com", "type": "module", "license": "MIT", "exports": {