aboutsummaryrefslogtreecommitdiffstats
path: root/vercel.json
blob: a2cd5f836ca32c0a27a26881b14e44ee2ce8fc4d (plain) (blame)
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
{
  "redirects": [
    {
      "source": "/blog",
      "destination": "https://www.dejavu.moe",
      "permanent": false
    },
    {
      "source": "/pgp",
      "destination": "https://pgp.dejavu.moe",
      "permanent": false
    },
    {
      "source": "/github",
      "destination": "https://github.com/MoeOffice/xvo.es",
      "permanent": false
    },
    {
      "source": "/telegram",
      "destination": "https://t.me/dejavuBlog",
      "permanent": false
    },
    {
      "source": "/group",
      "destination": "https://t.me/dejavuGroup",
      "permanent": false
    }
  ]
}