Skip to content

Commit 670fc09

Browse files
committed
url redirects
1 parent 97b4ea6 commit 670fc09

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/homepage/src/lib/redirects.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ type Redirects = {
44
};
55

66
export const redirects: Redirects = {
7-
'/app': 'https://omnipad-web.vercel.app',
8-
'/github': 'https://omnipad-home.vercel.app/github',
9-
'/twitter': 'https://omnipad-home.vercel.app/twitter',
10-
'/sponsor': 'https://omnipad-home.vercel.app/sponsor',
11-
'/tweet': 'https://omnipad-home.vercel.app/tweet'
7+
'/app': 'https://omnipad.pro',
8+
'/github': 'https://omnipad.live/github',
9+
'/twitter': 'https://omnipad.live/twitter',
10+
'/sponsor': 'https://omnipad.live/sponsor',
11+
'/tweet': 'https://omnipad.pro/tweet'
1212
};

0 commit comments

Comments
 (0)