diff --git a/now.json b/now.json new file mode 100644 index 000000000..eda32a03e --- /dev/null +++ b/now.json @@ -0,0 +1,9 @@ +{ + "routes": [ + { + "src": "/(.*)", + "dest": "./site/out/$1", + "continue": true + } + ] +}