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 + } + ] +}