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 a92e348 commit e362653Copy full SHA for e362653
docs/vercel.json
@@ -4,28 +4,14 @@
4
{
5
"source": "/(.*)",
6
"headers": [
7
- {
8
- "key": "X-Content-Type-Options",
9
- "value": "nosniff"
10
- },
11
12
- "key": "X-Frame-Options",
13
- "value": "DENY"
14
15
16
- "key": "X-XSS-Protection",
17
- "value": "1; mode=block"
18
- }
+ { "key": "X-Content-Type-Options", "value": "nosniff" },
+ { "key": "X-Frame-Options", "value": "DENY" },
+ { "key": "X-XSS-Protection", "value": "1; mode=block" }
19
]
20
},
21
22
"source": "/beta(.*)",
23
- "headers": [
24
25
- "key": "X-Robots-Tag",
26
- "value": "noindex"
27
28
- ]
+ "headers": [{ "key": "X-Robots-Tag", "value": "noindex" }]
29
}
30
],
31
"redirects": [
0 commit comments