We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f1a82 commit f37cecaCopy full SHA for f37ceca
2 files changed
website/app/config.ts
@@ -1,6 +1,6 @@
1
export const appConfig = {
2
- prodUrl: "https://react-symbols.vercel.app",
+ prodUrl: "https://react-symbols.pheralb.dev",
3
v0URL: "https://v0.dev/chat/api/open?url=",
4
- registryUrl: "https://react-symbols.vercel.app/r/",
+ registryUrl: "https://react-symbols.pheralb.dev/r/",
5
shadcnCommand: "npx shadcn@latest add",
6
};
website/app/globals.ts
@@ -1,11 +1,13 @@
interface iGlobals {
npmPackageName: string;
+ websiteUrl: string;
githubSrcRepository: string;
githubRawUrl: string;
}
7
8
export const globals: iGlobals = {
9
npmPackageName: "@react-symbols/icons",
10
+ websiteUrl: "https://react-symbols.pheralb.dev",
11
githubSrcRepository:
12
"https://github.com/pheralb/react-symbols/blob/main/library/src/",
13
githubRawUrl:
0 commit comments