Skip to content

Commit e362653

Browse files
committed
chore: format
1 parent a92e348 commit e362653

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

docs/vercel.json

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,14 @@
44
{
55
"source": "/(.*)",
66
"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-
}
7+
{ "key": "X-Content-Type-Options", "value": "nosniff" },
8+
{ "key": "X-Frame-Options", "value": "DENY" },
9+
{ "key": "X-XSS-Protection", "value": "1; mode=block" }
1910
]
2011
},
2112
{
2213
"source": "/beta(.*)",
23-
"headers": [
24-
{
25-
"key": "X-Robots-Tag",
26-
"value": "noindex"
27-
}
28-
]
14+
"headers": [{ "key": "X-Robots-Tag", "value": "noindex" }]
2915
}
3016
],
3117
"redirects": [

0 commit comments

Comments
 (0)