From 77e6f28e81aef25baf4148e4e412c98f9bc4c285 Mon Sep 17 00:00:00 2001 From: Pablo Hdez <62877300+pheralb@users.noreply.github.com> Date: Mon, 29 Sep 2025 13:02:53 +0100 Subject: [PATCH] feat: add @svgl in trusted registries (#8297) --- 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 c05a4463a5..1417c12457 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -26,6 +26,7 @@ "@elements": "https://tryelements.dev/r/{name}.json", "@nativeui": "https://nativeui.io/registry/{name}.json", "@smoothui": "https://smoothui.dev/r/{name}.json", + "@svgl": "https://svgl.app/r/{name}.json", "@formcn": "https://formcn.dev/r/{name}.json", "@limeplay": "https://limeplay.winoffrg.dev/r/{name}.json", "@skiper-ui": "https://skiper-ui.com/registry/{name}.json",