Skip to content

Commit 9104dea

Browse files
committed
chore(config): update registry URLs to reflect new domain
Updated the default registry and index URLs in the configuration files to point to the new domain for consistency and accessibility.
1 parent eb7cac6 commit 9104dea

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/cli/src/schema/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ export const DEFAULT_CONFIG: SolidcnConfig = {
4444
registries: {},
4545
};
4646

47-
const DEFAULT_REGISTRY_URL = "https://solidcn.dev/r/{name}.json";
48-
const DEFAULT_INDEX_URL = "https://solidcn.dev/r/registry.json";
47+
const DEFAULT_REGISTRY_URL = "https://solidcn.nizarfadlan.dev/r/{name}.json";
48+
const DEFAULT_INDEX_URL = "https://solidcn.nizarfadlan.dev/r/registry.json";
4949

5050
export async function loadConfig(cwd: string): Promise<SolidcnConfig> {
5151
const configPath = resolve(cwd, "solidcn.json");

packages/mcp-cloudflare/wrangler.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// REGISTRY_NAME — registry namespace (default: "solidcn")
1919
// API_TOKEN — optional auth token to protect the /mcp endpoint
2020
"vars": {
21-
"REGISTRY_URL": "https://solidcn.dev/r",
21+
"REGISTRY_URL": "https://solidcn.nizarfadlan.dev/r",
2222
"REGISTRY_NAME": "solidcn"
2323
}
2424
}

0 commit comments

Comments
 (0)