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:
parent
234f4f6cd0
commit
c10116c019
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue