Skip to content

Commit e0e813a

Browse files
authored
fix: serve docs clean urls on vercel (#380)
1 parent 7fb3e3b commit e0e813a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/vercel.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
{
2-
"outputDirectory": ".output/public"
2+
"outputDirectory": ".output/public",
3+
"cleanUrls": true,
4+
"trailingSlash": false
35
}

0 commit comments

Comments
 (0)