feat(services): exclude YOURLS service from indexes

Updated `services.json` to mark YOURLS for exclusion from both indexing and the simplified search feature.
This commit is contained in:
Kumi 2024-05-07 15:35:20 +02:00
parent 234f4f6cd0
commit c10116c019
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -241,8 +241,8 @@
"url": "https://private.cf"
}
],
"exclude_from_index": false,
"exclude_from_simple": false
"exclude_from_index": true,
"exclude_from_simple": true
},
{
"name": "Rallly",