Explorar el Código

Create now.json for redirects (#1191)

Lipis hace 5 años
padre
commit
5f447cfe6a
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      now.json

+ 9 - 0
now.json

@@ -0,0 +1,9 @@
+{
+  "redirects": [
+    {
+      "source": "/([^.]+)",
+      "destination": "/",
+      "statusCode": 301
+    }
+  ]
+}