We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e6f84 commit 1fc73d3Copy full SHA for 1fc73d3
websites/mswjs.io/vercel.json
@@ -1,4 +1,5 @@
1
{
2
+ "$schema": "https://openapi.vercel.sh/vercel.json",
3
"redirects": [
4
5
"source": "/examples",
@@ -54,7 +55,7 @@
54
55
56
57
"source": "/docs/basics/request-handler",
- "destination": "/docs/http/intercepting-requests/",
58
+ "destination": "/docs/http/intercepting-requests",
59
"statusCode": 301
60
},
61
@@ -272,7 +273,7 @@
272
273
274
275
- "source": "/docs/recipes/responding-with-binary/",
276
+ "source": "/docs/recipes/responding-with-binary",
277
"destination": "/docs/http/mocking-responses/binary",
278
279
0 commit comments