-
Notifications
You must be signed in to change notification settings - Fork 6
/
now.json
22 lines (22 loc) · 1.14 KB
/
now.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"version": 2,
"trailingSlash": false,
"redirects": [
{ "source": "/about.html", "destination": "/about" },
{ "source": "/team.html", "destination": "/about" },
{ "source": "/press.html", "destination": "/about" },
{ "source": "/contact.html", "destination": "/#get-in-touch" },
{ "source": "/sponsors.html", "destination": "/contribute#supporter" },
{ "source": "/imprint.html", "destination": "/imprint" },
{ "source": "/material.html", "destination": "https://learn.opentechschool.org/" },
{ "source": "/berlin", "destination": "/cities/berlin" },
{ "source": "/leipzig", "destination": "/cities/leipzig" },
{ "source": "/zurich", "destination": "/cities/zurich" },
{ "source": "/brussels", "destination": "/cities/brussels" },
{ "source": "/bristol", "destination": "/cities/bristol" },
{ "source": "/romagna", "destination": "/cities/romagna" },
{ "source": "/foundation", "destination": "/about#foundation" },
{ "source": "/foundation/archive/aktuelle-Satzung.pdf", "destination": "/files/foundation/aktuelle-Satzung.pdf" },
{ "source": "/handbooks/(.*)", "destination": "/guides" }
]
}