Skip to content

Commit f658767

Browse files
authored
fix: add cleanUrls option to vercel.json
Signed-off-by: Aviv Keller <[email protected]>
1 parent 5908a6d commit f658767

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vercel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"outputDirectory": "out"
3+
"outputDirectory": "out",
4+
"cleanUrls": true
45
}

0 commit comments

Comments
 (0)