Add now.json

This commit is contained in:
Steven 2019-07-01 10:25:57 -04:00
parent 124c57690e
commit 0442f308c6

13
now.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "markedjs",
"scope": "markedjs",
"alias": "markedjs.now.sh",
"version": 2,
"regions": ["all"],
"builds": [
{ "src": "docs/**", "use": "@now/static" }
],
"routes": [
{ "src": "/(.*)", "dest": "/docs/$1" }
]
}