chore: use ui.nuxt.com url

This commit is contained in:
Benjamin Canac
2025-03-12 16:17:42 +01:00
parent 047582c246
commit 0b411936c4
4 changed files with 17 additions and 17 deletions

View File

@@ -124,7 +124,7 @@ declare module '@nuxt/schema' {
interface AppConfigInput {
/**
* Nuxt UI theme configuration
* @see https://ui3.nuxt.dev/getting-started/theme#customize-theme
* @see https://ui.nuxt.com/getting-started/theme#customize-theme
*/
ui?: AppConfigUI
}