-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnow.json
16 lines (16 loc) · 825 Bytes
/
now.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"version": 2,
"name": "react-relay-dashboard",
"alias": ["relay-dashboard.now.sh"],
"routes": [
{ "src": "/graphql", "dest": "https://relay-dashboard-api.now.sh/graphql" },
{ "src": "/robots.txt", "dest": "/robots.txt" },
{ "src": "/static/(.*)", "headers": { "cache-control": "s-maxage=31536000,immutable" }, "dest": "/static/$1" },
{ "src": "/favicon.ico", "dest": "/favicon.ico" },
{ "src": "/asset-manifest.json", "dest": "/asset-manifest.json" },
{ "src": "/manifest.json", "dest": "/manifest.json" },
{ "src": "/precache-manifest.(.*)", "dest": "/precache-manifest.$1" },
{ "src": "/service-worker.js", "headers": { "cache-control": "s-maxage=0" }, "dest": "/service-worker.js" },
{ "src": "/(.*)", "headers": {"cache-control": "s-maxage=0"}, "dest": "/index.html" }
]
}