Browse Source

refactor: Use the latest vercel configuration instead of now (#2893)

* refactor: Use the latest vercel configuration instead of now

* Remove redict
pull/2900/head
Lipis 5 years ago committed by GitHub
parent
commit
210649f383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      vercel.json

7
now.json → vercel.json

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