From caeed7bd6515470f4ef040cf2ca6bf518ee475b3 Mon Sep 17 00:00:00 2001 From: Alex Carpenter Date: Thu, 4 Sep 2025 12:26:49 -0400 Subject: [PATCH] feat: Add @alexcarpenter registry to known registries (#8154) --- 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 50d13cebc7..2b590af531 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1,6 +1,7 @@ { "@aceternity": "https://ui.aceternity.com/registry/{name}.json", "@ai-elements": "https://registry.ai-sdk.dev/{name}.json", + "@alexcarpenter": "https://ui.alexcarpenter.me/r/{name}.json", "@alpine": "https://alpine-registry.vercel.app/r/{name}.json", "@blocks": "https://blocks.so/r/{name}.json", "@clerk": "https://clerk.com/r/{name}.json",