diff --git a/now.json b/now.json new file mode 100644 index 0000000000..887414441c --- /dev/null +++ b/now.json @@ -0,0 +1,9 @@ +{ + "redirects": [ + { + "source": "/([^.]+)", + "destination": "/", + "statusCode": 301 + } + ] +}