chore: use ui2.nuxt.com url

This commit is contained in:
Benjamin Canac
2025-03-12 15:31:12 +01:00
parent b0d1da8dc2
commit 188184b674
8 changed files with 13 additions and 13 deletions

View File

@@ -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'