Create now.json for redirects (#1191)
This commit is contained in:
parent
ae655cd7d3
commit
5f447cfe6a
9
now.json
Normal file
9
now.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/([^.]+)",
|
||||
"destination": "/",
|
||||
"statusCode": 301
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user