Add cleanUrls and trailingSlash to vercel.json
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"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