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 ce1efeb commit c3062fbCopy full SHA for c3062fb
apps/homepage/src/lib/redirects.ts
@@ -4,9 +4,9 @@ type Redirects = {
4
};
5
6
export const redirects: Redirects = {
7
- '/app': 'https://app.haptic.md',
8
- '/github': 'https://go.haptic.md/github',
9
- '/twitter': 'https://go.haptic.md/twitter',
10
- '/sponsor': 'https://go.haptic.md/sponsor',
11
- '/tweet': 'https://go.haptic.md/tweet'
+ '/app': 'https://omnipad-web.vercel.app',
+ '/github': 'https://omnipad-home.vercel.app/github',
+ '/twitter': 'https://omnipad-home.vercel.app/twitter',
+ '/sponsor': 'https://omnipad-home.vercel.app/sponsor',
+ '/tweet': 'https://omnipad-home.vercel.app/tweet'
12
0 commit comments