Files
modeling-app/vercel.json
Max Ammann c74b9ba940 Block indexing if host is not app.zoo.dev (#5675)
* block indexing if host is not app.zoo.dev

* fix fmt
2025-03-07 17:23:40 +01:00

21 lines
288 B
JSON

{
"version": 2,
"headers": [
{
"source": "/",
"missing": [
{
"type": "host",
"value": "app.zoo.dev"
}
],
"headers": [
{
"key": "X-Robots-Tag",
"value": "noindex"
}
]
}
]
}