Browse Source

Create now.json for redirects (#1191)

pull/1197/head
Lipis 6 years ago committed by GitHub
parent
commit
5f447cfe6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      now.json

9
now.json

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