From 55fa1bb7cc6c177a4b7c07c69e9e89bba5877506 Mon Sep 17 00:00:00 2001 From: Ziane-Badreddine Date: Fri, 13 Mar 2026 12:45:26 +0000 Subject: [PATCH] fix: correct homepage url in waves-cn registry entry --- apps/v4/public/r/registries.json | 4 ++-- apps/v4/registry/directory.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 0270bdf9ed..9d25b03954 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", + "homepage": "https://waves-cn.vercel.app", + "url": "https://waves-cn.vercel.app/r/{name}.json", "description": "A collection of wave players and waveform components built with wavesurfer.js and shadcn/ui." }, { diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index cc395d6a2c..16b98ef81a 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -674,8 +674,8 @@ }, { "name": "@waves-cn", - "url": "https://waves-cn.vercel.app", - "homepage": "https://waves-cn.vercel.app/r/{name}.json", + "homepage": "https://waves-cn.vercel.app", + "url": "https://waves-cn.vercel.app/r/{name}.json", "description": "A collection of wave players and waveform components built with wavesurfer.js and shadcn/ui.", "logo": "" },