Skip to content

Commit dc36975

Browse files
authored
Merge pull request #363 from hookdeck/chore/docs-disable-trailing-slash
chore(docs): disable trailing slash on vercel deployment
2 parents c5ce5af + 520a87b commit dc36975

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/vercel.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"framework": null,
33
"outputDirectory": "dist",
4-
"cleanUrls": true
5-
}
4+
"cleanUrls": true,
5+
"trailingSlash": false
6+
}

0 commit comments

Comments
 (0)