Skip to content

Commit f37ceca

Browse files
committed
chore: (website) update production URLs to point to the new domain
1 parent e7f1a82 commit f37ceca

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

website/app/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const appConfig = {
2-
prodUrl: "https://react-symbols.vercel.app",
2+
prodUrl: "https://react-symbols.pheralb.dev",
33
v0URL: "https://v0.dev/chat/api/open?url=",
4-
registryUrl: "https://react-symbols.vercel.app/r/",
4+
registryUrl: "https://react-symbols.pheralb.dev/r/",
55
shadcnCommand: "npx shadcn@latest add",
66
};

website/app/globals.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
interface iGlobals {
22
npmPackageName: string;
3+
websiteUrl: string;
34
githubSrcRepository: string;
45
githubRawUrl: string;
56
}
67

78
export const globals: iGlobals = {
89
npmPackageName: "@react-symbols/icons",
10+
websiteUrl: "https://react-symbols.pheralb.dev",
911
githubSrcRepository:
1012
"https://github.com/pheralb/react-symbols/blob/main/library/src/",
1113
githubRawUrl:

0 commit comments

Comments
 (0)