-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathnow.json
65 lines (65 loc) · 1.88 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
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
58
59
60
61
62
63
64
65
{
"trailingSlash": false,
"headers": [
{
"source": "/static/(.*)",
"headers": [
{
"key": "cache-control",
"value": "public, max-age=31536000, immutable"
}
]
},
{
"source": "/us/apply",
"headers": [
{
"key": "x-frame-options",
"value": "ALLOW-FROM https://careerkarma.com https://iframetester.com"
},
{
"key": "content-security-policy",
"value": "frame-ancestors 'self' https://careerkarma.com https://iframetester.com;"
}
]
}
],
"redirects": [
{
"source": "/(\\w{2})/coding-campuses/(.*)",
"destination": "/$1/coding-campus/$2"
},
{
"source": "/(\\w{2})/course/(.*)",
"destination": "/$1/coding-bootcamps/$2"
},
{
"source": "/(\\w{2})/tag/(.*)",
"destination": "/$1/blog"
},
{
"source": "/(\\w{2})/blog/tag/(.*)",
"destination": "/$1/blog"
},
{
"source": "/mdc",
"destination": "https://mdc.4geeksacademy.com"
},
{
"source": "/wp-content/uploads/2020/05/MINI-SYLLABUS-Madrid-1.pdf",
"destination": "https://storage.googleapis.com/4geeks-academy-website/syllabus/madrid-spain/madrid-full-stack.pdf"
},
{
"source": "/wp-content/uploads/2020/06/%C2%BFQuisieras_tener_un_perfil_asombroso_para_impulsar_tus_oportunidades_de_empleo__2.pdf",
"destination": "https://storage.googleapis.com/4geeks-academy-website/syllabus/madrid-spain/madrid-conseguir-empleo-rapido.pdf"
},
{
"source": "/wp-content/uploads/2020/06/Paga-cuando-consigas-trabajo.pdf",
"destination": "https://storage.googleapis.com/4geeks-academy-website/syllabus/madrid-spain/madrid-isa.pdf"
},
{
"source": "/wp-content/uploads/(.*)",
"destination": "https://storage.googleapis.com/4geeks-academy-website/blog/$1"
}
]
}