forked from thebuilder/react-intersection-observer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnow.json
25 lines (25 loc) · 767 Bytes
/
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
{
"version": 2,
"name": "react-intersection-observer",
"alias": "react-intersection-observer.now.sh",
"builds": [
{
"src": "package.json",
"use": "@now/static-build",
"config": { "distDir": ".docz/dist" }
}
],
"routes": [
{ "src": "^/static/(.*)", "dest": "/static/$1" },
{ "src": "^/favicon.ico", "dest": "/favicon.ico" },
{ "src": "^/asset-manifest.json", "dest": "/asset-manifest.json" },
{ "src": "^/manifest.json", "dest": "/manifest.json" },
{
"src": "^/service-worker.js",
"headers": { "cache-control": "s-maxage=0" },
"dest": "/service-worker.js"
},
{ "src": "^/precache-manifest.(.*)", "dest": "/precache-manifest.$1" },
{ "src": "^/(.*)", "dest": "/index.html" }
]
}