Skip to content

Commit 7d2c22a

Browse files
committed
Add X-Robots-Tag
1 parent 811e8ce commit 7d2c22a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

vercel.json

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
{
2+
"headers": [
3+
{
4+
"source": "/(.*)",
5+
"headers": [
6+
{
7+
"key": "X-Robots-Tag",
8+
"value": "noindex"
9+
}
10+
]
11+
}
12+
],
213
"redirects": [
314
{ "source": "/", "destination": "/docs" },
415
{ "source": "/docs/angular/your-first-app/2-taking-photos", "destination": "/docs/angular/your-first-app/taking-photos" },

0 commit comments

Comments
 (0)