-
Notifications
You must be signed in to change notification settings - Fork 14
/
netlify.toml
56 lines (43 loc) · 1.1 KB
/
netlify.toml
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
49
50
51
52
53
54
55
56
[[redirects]]
from = "/calendar.ics"
to = "https://wydarzenia.hsp.sh/@hs/feed/ics"
[[redirects]]
from = "/calendar.atom"
to = "https://wydarzenia.hsp.sh/@hs/feed/atom"
[[redirects]]
from = "/events/*"
to = "/posts"
[[redirects]]
from = "/partners"
to = "/membership"
[[redirects]]
from = "/join"
to = "/membership"
[[redirects]]
from = "/donate"
to = "/membership"
[[redirects]]
from = "/facebook"
to = "https://www.facebook.com/Hackerspace-Pomorze-103254931521373/"
[[redirects]]
from = "/twitter"
to = "https://twitter.com/hspsh"
[[redirects]]
from = "/github"
to = "https://github.com/hspsh"
[[redirects]]
from = "/workadventure"
to = "https://play.workadventu.re/_/global/hspsh.github.io/hspVenture/map.json"
[[redirects]]
from = "/jitsi"
to = "https://meet.jit.si/hsp.sh"
[[redirects]]
from = "/slack"
to = "https://forum.hsp.sh/t/zmiana-komunikatora/421"
[[redirects]]
from = "/discord"
to = "https://discord.gg/2VZfQVejVP"
[[headers]]
for = "/.well-known/*"
[headers.values]
Access-Control-Allow-Origin = "*"