Create now.json for redirects (#1191)

This commit is contained in:
Lipis 2020-04-03 17:30:00 +03:00 committed by GitHub
parent ae655cd7d3
commit 5f447cfe6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
now.json Normal file
View File

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