diff --git a/now.json b/now.json new file mode 100644 index 000000000..ca7f10542 --- /dev/null +++ b/now.json @@ -0,0 +1,3 @@ +{ + "routes": [{ "src": "/.*", "dest": "" }] +}