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.
This commit is contained in:
p-sw 2024-06-11 13:06:33 +09:00
parent 8a8508c8fb
commit ec4e811219

View File

@ -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"