From ec4e81121974b90e531b4afb932d8588a855b0ed Mon Sep 17 00:00:00 2001 From: p-sw Date: Tue, 11 Jun 2024 13:06:33 +0900 Subject: [PATCH] fix(react): correct base URL in registry.json The base URL property in registry.json was corrected to point to the right path in the 'pswui/ui' repository. This resolves the incorrect path issue that could prevent fetching of the correct resources from the repository. --- packages/react/public/registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/public/registry.json b/packages/react/public/registry.json index 76b0d2c..74e1482 100644 --- a/packages/react/public/registry.json +++ b/packages/react/public/registry.json @@ -1,5 +1,5 @@ { - "base": "https://raw.githubusercontent.com/pswui/ui/main/packages/react/componeonts/{componentName}", + "base": "https://raw.githubusercontent.com/pswui/ui", "paths": { "components": "/main/packages/react/components/{componentName}", "lib": "/main/packages/react/lib/shared@{version}.tsx"