From eeb33ae9c9fe0a397c46436d1915eb392a9fc4c8 Mon Sep 17 00:00:00 2001 From: shadcn Date: Fri, 13 Mar 2026 20:47:35 +0400 Subject: [PATCH] fix: homepage and url order in registries.json --- apps/v4/public/r/registries.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 0270bdf9ed..00cc07e174 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -577,8 +577,8 @@ }, { "name": "@waves-cn", - "homepage": "https://waves-cn.vercel.app/r/{name}.json", - "url": "https://waves-cn.vercel.app", + "url": "https://waves-cn.vercel.app/r/{name}.json", + "homepage": "https://waves-cn.vercel.app", "description": "A collection of wave players and waveform components built with wavesurfer.js and shadcn/ui." }, {