-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvercel.json
48 lines (48 loc) · 1.88 KB
/
vercel.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"redirects": [
{
"source": "/contact",
"destination": "/about"
},
{
"source": "/author/mg",
"destination": "/about"
},
{
"source": "/welcome-to-my-new-home",
"destination": "/"
},
{
"source": "/five-little-life-hacks-that-made-me-just-a-little-happier-and-more-productive-at-home",
"destination": "https://mg.medium.com/five-little-life-hacks-to-be-just-a-little-happier-e72647dbf113"
},
{
"source": "/the-right-way-to-ask-users-to-review-your-app",
"destination": "https://mg.medium.com/the-right-way-to-ask-users-to-review-your-app-9a32fd604fca"
},
{
"source": "/blast-from-the-past--looking-back-to-early-2012-at-circa-news-1-0-pre-launch",
"destination": "https://mg.medium.com/blast-from-the-past-looking-back-to-early-2012-at-circa-news-1-0-pre-launch-e8fe961cbeee"
},
{
"source": "/game-time-notifications--solving-for-last-minute-event-changes",
"destination": "https://mg.medium.com/game-time-notifications-solving-for-last-minute-event-changes-d4e08b5bc0bd"
},
{
"source": "/reading-more--better-reading--how-i-finally-fixed-my-news---reading-habits",
"destination": "https://mg.medium.com/reading-more-better-reading-how-i-finally-fixed-my-news-reading-habits-32790b679501"
},
{
"source": "/start-a-thread--reducing-chatter-and-distraction-in-slack",
"destination": "https://mg.medium.com/several-people-are-typing-using-slack-threads-by-default-to-reduce-distraction-and-chatter-7865918de02b"
},
{
"source": "/there-s-a-chat-for-that--apple-s-biggest-platform-opportunity-yet",
"destination": "https://mg.medium.com/there-s-a-chat-for-that-apple-s-biggest-platform-opportunity-yet-19d5b1870857"
},
{
"source": "/bluesky",
"destination": "https://bsky.app/profile/galligan.xyz"
}
]
}