Update cleanUrls setting in vercel.json
Changed cleanUrls setting from true to false.
This commit is contained in:
parent
705d4461e7
commit
63b746825b
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@
|
|||
"api/**/*.php": {
|
||||
"runtime": "vercel-php@0.9.0"
|
||||
}
|
||||
{
|
||||
"cleanUrls": true,
|
||||
}
|
||||
"cleanUrls": false,
|
||||
"trailingSlash": false,
|
||||
"rewrites": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue