feat: update exclusion settings for translation service
Some checks failed
Build and Deploy Static Site / build (push) Has been cancelled

Updated the translation service to exclude it from both the index and simple search results. This change ensures that the translation service doesn't appear in search results, streamlining the search functionality and improving user experience by hiding irrelevant services.
This commit is contained in:
Kumi 2024-08-04 11:55:07 +02:00
parent 62a07c6bf2
commit 2e0ec49b42
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -379,8 +379,8 @@
}
],
"icon": "translate",
"exclude_from_index": false,
"exclude_from_simple": false
"exclude_from_index": true,
"exclude_from_simple": true
},
{
"name": "wishthis",