From 50dc9b506bea1513a905fffc900b8eb8392e4a30 Mon Sep 17 00:00:00 2001 From: htmujahid Date: Tue, 7 Apr 2026 19:10:12 +0500 Subject: [PATCH] fix: update URL for @shadcn-editor to point to raw GitHub content --- apps/v4/registry/directory.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 5f78c62ea6..33d707bd73 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -738,7 +738,7 @@ { "name": "@shadcn-editor", "homepage": "https://shadcn-editor.vercel.app", - "url": "https://shadcn-editor.vercel.app/r/{name}.json", + "url": "https://raw.githubusercontent.com/htmujahid/shadcn-editor/refs/heads/main/public/r/{name}.json", "description": "Accessible, Customizable, Rich Text Editor. Made with Lexical and Shadcn/UI. Open Source. Open Code.", "logo": "" },