From 5f447cfe6af561ad6df4e9fffc2907fcfae1443c Mon Sep 17 00:00:00 2001 From: Lipis Date: Fri, 3 Apr 2020 17:30:00 +0300 Subject: [PATCH] Create now.json for redirects (#1191) --- 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 00000000..88741444 --- /dev/null +++ b/now.json @@ -0,0 +1,9 @@ +{ + "redirects": [ + { + "source": "/([^.]+)", + "destination": "/", + "statusCode": 301 + } + ] +}