From 4430ab8baba93f7890cc8dfc898260fb8aade9e4 Mon Sep 17 00:00:00 2001 From: Rob Austin Date: Sun, 5 Oct 2025 11:03:40 -0500 Subject: [PATCH] Add @shadcnblocks registry URL to registries.json (#8344) Co-authored-by: shadcn --- apps/v4/public/r/registries.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 4bf31be3a6..865f4c1668 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -32,6 +32,7 @@ "@formcn": "https://formcn.dev/r/{name}.json", "@limeplay": "https://limeplay.winoffrg.dev/r/{name}.json", "@skiper-ui": "https://skiper-ui.com/registry/{name}.json", + "@shadcnblocks": "https://shadcnblocks.com/r/{name}.json", "@shadcn-editor": "https://shadcn-editor.vercel.app/r/{name}.json", "@shadcn-studio": "https://shadcnstudio.com/r/{name}.json", "@rigidui": "https://rigidui.com/r/{name}.json",