forked from OperationCode/front-end
-
Notifications
You must be signed in to change notification settings - Fork 0
/
now.json
54 lines (54 loc) · 1.19 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
{
"version": 2,
"name": "operation-code",
"alias": ["operation-code.now.sh", "www.operationcode.org", "operationcode.org"],
"rewrites": [
{
"source": "/media",
"destination": "/branding"
}
],
"redirects": [
{
"source": "/resources",
"destination": "/resources/1"
},
{
"source": "/privacy",
"destination": "https://www.iubenda.com/privacy-policy/8174861"
},
{
"source": "/swag",
"destination": "https://operationcode.threadless.com/"
},
{
"source": "/store",
"destination": "https://operationcode.threadless.com/"
},
{
"source": "/shop",
"destination": "https://operationcode.threadless.com/"
}
],
"headers": [
{
"source": "/_next/static/([^/]+/pages|chunks|runtime|css|fonts)/(.+)",
"headers": [
{
"key": "cache-control",
"value": "max-age=31536000"
}
]
},
{
"source": "^/(favicon.ico|robots.txt|manifest.json|humans.txt|sitemap.xml|sitemap.xsl)",
"headers": [
{
"key": "Cache-Control",
"value": "public, max-age=0, must-revalidate"
}
]
}
],
"public": true
}