From a29185c9cf2e33e3dcfc0ea171b31ef99da03960 Mon Sep 17 00:00:00 2001 From: Akash Moradiya <64416825+akash3444@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:50:03 +0530 Subject: [PATCH] fix(directory): basecn registry url typo (#9452) --- apps/v4/public/r/registries.json | 2 +- apps/v4/registry/directory.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index f727c87c3..fece32977 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -86,7 +86,7 @@ { "name": "@basecn", "homepage": "https://basecn.dev", - "url": "https://basecn.dev/r/{name}", + "url": "https://basecn.dev/r/{name}.json", "description": "Beautifully crafted shadcn/ui components powered by Base UI" }, { diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 11b3db596..93d775afb 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -101,7 +101,7 @@ "name": "@basecn", "homepage": "https://basecn.dev", "description": "Beautifully crafted shadcn/ui components powered by Base UI", - "url": "https://basecn.dev/r/{name}", + "url": "https://basecn.dev/r/{name}.json", "logo": "" }, {