Skip to content

Commit

Permalink
docs: force trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
mscolnick committed Jan 18, 2025
1 parent 1438335 commit b2598df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,11 @@
"source": "/:path*.html",
"destination": "/:path*/",
"permanent": true
},
{
"source": "/:path([^.]*[^/]$)",
"destination": "/:path/",
"permanent": true
}
]
}

0 comments on commit b2598df

Please sign in to comment.