Block indexing if host is not app.zoo.dev (#5675)
* block indexing if host is not app.zoo.dev * fix fmt
This commit is contained in:
20
vercel.json
Normal file
20
vercel.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"version": 2,
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"source": "/",
|
||||||
|
"missing": [
|
||||||
|
{
|
||||||
|
"type": "host",
|
||||||
|
"value": "app.zoo.dev"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"key": "X-Robots-Tag",
|
||||||
|
"value": "noindex"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user