From 5ec066ea903f308be9ecbaddf5c57a036ee9446a Mon Sep 17 00:00:00 2001 From: Mohamed Wael Date: Thu, 16 Apr 2020 19:38:10 +0100 Subject: [PATCH] add routes zeit now configuration --- now.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 now.json 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": "" }] +}