diff --git a/README.md b/README.md index 34dacdbf..51f4d2b4 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Next, follow the framework specific installation steps, for either React, Shadcn { ... "registries": { - "@firebase": "https://fir-ui-shadcn-registry.web.app/r/{name}.json" + "@firebase": "https://firebaseopensource.com/r/{name}.json" } } ``` diff --git a/packages/shadcn/README.md b/packages/shadcn/README.md index 025a2913..0bc6e857 100644 --- a/packages/shadcn/README.md +++ b/packages/shadcn/README.md @@ -1,8 +1,6 @@ # Firebase UI for Web - Shadcn -> This package is private and not published to npm. - The shadcn package exposes React components via the [Shadcn Registy](https://ui.shadcn.com/docs/registry), allowing users to take advantage of Firebase UI for Web logic but bringing their own UI via Shadcn. @@ -12,7 +10,7 @@ To get started, add the `@firebase` registry [namespace](https://ui.shadcn.com/d { // ... "registries": { - "@firebase": "https://ui.firebase.com/{name}.json" + "@firebase": "https://firebaseopensource.com/r/{name}.json" } } ``` diff --git a/packages/shadcn/package.json b/packages/shadcn/package.json index e20b103d..42ac6b2b 100644 --- a/packages/shadcn/package.json +++ b/packages/shadcn/package.json @@ -9,7 +9,7 @@ "scripts": { "prepare": "pnpm run build", "dev": "vite", - "build": "tsup && tsx build.ts --domain https://fir-ui-shadcn-registry.web.app", + "build": "tsup && tsx build.ts --domain https://firebaseopensource.com", "preview": "vite preview", "test": "vitest run" },