-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
netlify.toml
57 lines (49 loc) · 1.42 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
57
[context.production.environment]
FIREBASE_API_KEY = "AIzaSyDdGLMo8SACp-7E2g_HXaPs-0VWjBktRpA"
FIREBASE_AUTH_DOMAIN = "sojourer-web.firebaseapp.com"
FIREBASE_DATABASE_URL = "https://sojourer-web.firebaseio.com"
FIREBASE_PROJECT_ID = "sojourer-web"
FIREBASE_STORAGE_BUCKET = "sojourer-web.appspot.com"
FIREBASE_MESSAGING_SENDER_ID = "618264640987"
[[headers]]
for = "/service-worker.js"
[headers.values]
cache-control = '''
max-age=0,
no-cache,
no-store,
must-revalidate'''
[[redirects]]
from = "https://fosdem-sojourner.netlify.app/*"
to = "https://fosdem.sojourner.rocks/:splat"
status = 301
force = true
[[redirects]]
from = "https://2023.fosdem.sojourner.rocks/*"
to = "https://fosdem.sojourner.rocks/2023/:splat"
status = 302
force = true
[[redirects]]
from = "https://2022.fosdem.sojourner.rocks/*"
to = "https://fosdem.sojourner.rocks/2022/:splat"
status = 302
force = true
[[redirects]]
from = "https://2021.fosdem.sojourner.rocks/*"
to = "https://fosdem.sojourner.rocks/2021/:splat"
status = 302
force = true
[[redirects]]
from = "https://2020.fosdem.sojourner.rocks/*"
to = "https://fosdem.sojourner.rocks/2020/:splat"
status = 302
force = true
[[redirects]]
from = "https://2019.fosdem.sojourner.rocks/*"
to = "https://fosdem.sojourner.rocks/2019/:splat"
status = 302
force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200