add now.json for zeit deployment

This commit is contained in:
wryk 2020-02-16 17:08:38 +01:00
parent 3c2146127a
commit e99f85489f
1 changed files with 7 additions and 0 deletions

7
now.json Normal file
View File

@ -0,0 +1,7 @@
{
"version": 2,
"routes": [
{ "handle": "filesystem" },
{ "src": "/.*", "dest": "/index.html" }
]
}