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:
parent
8a8508c8fb
commit
ec4e811219
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user