Add cleanUrls and trailingSlash to vercel.json
This commit is contained in:
@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
"cleanUrls": true,
|
||||||
|
"trailingSlash": false,
|
||||||
"routes": [
|
"routes": [
|
||||||
{ "handle": "filesystem" },
|
{ "handle": "filesystem" },
|
||||||
{ "src": "/(.*)", "status": 404, "dest": "/404.html" }
|
{ "src": "/(.*)", "status": 404, "dest": "/404.html" }
|
||||||
|
Reference in New Issue
Block a user