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:
Max Ammann
2025-03-07 17:23:40 +01:00
committed by GitHub
parent 6cce3cda36
commit c74b9ba940

20
vercel.json Normal file
View File

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