Skip to content

Commit 1fc73d3

Browse files
committed
ignore trailing slashes in redirects
1 parent f3e6f84 commit 1fc73d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

websites/mswjs.io/vercel.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
23
"redirects": [
34
{
45
"source": "/examples",
@@ -54,7 +55,7 @@
5455

5556
{
5657
"source": "/docs/basics/request-handler",
57-
"destination": "/docs/http/intercepting-requests/",
58+
"destination": "/docs/http/intercepting-requests",
5859
"statusCode": 301
5960
},
6061
{
@@ -272,7 +273,7 @@
272273
"statusCode": 301
273274
},
274275
{
275-
"source": "/docs/recipes/responding-with-binary/",
276+
"source": "/docs/recipes/responding-with-binary",
276277
"destination": "/docs/http/mocking-responses/binary",
277278
"statusCode": 301
278279
},

0 commit comments

Comments
 (0)