react-scroll-progress-read
Version:
Progress Bar for show position of scroll page
20 lines (19 loc) • 373 B
JSON
{
"version": 2,
"builds": [
{
"src": "package.json",
"use": "@now/static-build"
},
{
"src": "doc/package.json",
"use": "@now/static-build",
"config": {"distDir": "public"}
}
],
"routes": [
{"src": "/(.*)", "dest": "doc/$1"},
{"handle": "filesystem"},
{"src": "/.*", "status": 404, "dest": "404.html"}
]
}