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 0c56cfb commit 994d5adCopy full SHA for 994d5ad
website/vercel.json
@@ -1,9 +1,15 @@
1
{
2
- "redirects": [
+ "trailingSlash": true,
3
+ "cleanUrls": false,
4
+ "headers": [
5
- "source": "/framework-docs/:path((?!.*\\.).+)",
- "destination": "/framework-docs/:path/",
6
- "permanent": true
+ "source": "/framework-docs/(.*)",
7
8
+ {
9
+ "key": "Cache-Control",
10
+ "value": "public, max-age=0, must-revalidate"
11
+ }
12
+ ]
13
}
14
]
15
0 commit comments