We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e34866 commit 2bda6e8Copy full SHA for 2bda6e8
1 file changed
vercel.json
@@ -5,8 +5,18 @@
5
"trailingSlash": false,
6
"redirects": [
7
{
8
- "source": "/blog/:slug",
9
- "destination": "https://react.dev/blog/:slug",
+ "source": "/blog",
+ "destination": "https://react.dev/blog",
10
+ "permanent": true
11
+ },
12
+ {
13
+ "source": "/blog/:slug*",
14
+ "destination": "https://react.dev/blog/:slug*",
15
16
17
18
+ "source": "/versions",
19
+ "destination": "https://react.dev/versions",
20
"permanent": true
21
},
22
0 commit comments