From 7860ab83d1bdd1167ee1c324ab856153fa94984e Mon Sep 17 00:00:00 2001 From: Luis Llanes <137589205+llanesluis@users.noreply.github.com> Date: Sat, 17 Jan 2026 02:30:24 -0700 Subject: [PATCH] chore(registry): update @shadcraft registry url (#9348) * chore(registry): update @shadcraft registry url * fix --------- Co-authored-by: shadcn --- 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 c1ad4238a..68ae663f6 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -469,8 +469,8 @@ }, { "name": "@shadcraft", - "homepage": "https://shadcraft-free.vercel.app", - "url": "https://shadcraft-free.vercel.app/r/{name}.json", + "homepage": "https://free.shadcraft.com", + "url": "https://free.shadcraft.com/r/{name}.json", "description": "A collection of polished shadcn/ui components and marketing blocks built to production standards. Fast to use, easy to extend, and ready for any modern web project." }, { diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 54554b9b4..5d247ae0e 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -547,8 +547,8 @@ }, { "name": "@shadcraft", - "homepage": "https://shadcraft-free.vercel.app", - "url": "https://shadcraft-free.vercel.app/r/{name}.json", + "homepage": "https://free.shadcraft.com", + "url": "https://free.shadcraft.com/r/{name}.json", "description": "A collection of polished shadcn/ui components and marketing blocks built to production standards. Fast to use, easy to extend, and ready for any modern web project.", "logo": "" },