From b99fdeb71848e4514641b27540efe0752c946b2e Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Mon, 9 Dec 2019 21:38:29 -0500 Subject: [PATCH] add now.json --- now.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 now.json 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 + } + ] +}