Create now.json for redirects (#1191)

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

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