feat(services): Exclude service from
indexes The configuration for NocoDB in `services.json` has been updated to exclude it from both the overall index and simplified listings. This change aims to prevent the service from appearing in search results and simplified service lists, due to privacy concerns.
This commit is contained in:
parent
39751f0bb7
commit
1c48c98b2e
1 changed files with 2 additions and 2 deletions
|
@ -151,8 +151,8 @@
|
|||
"url": "https://nocodb.private.coffee"
|
||||
}
|
||||
],
|
||||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
"exclude_from_index": true,
|
||||
"exclude_from_simple": true
|
||||
},
|
||||
{
|
||||
"name": "Penpot",
|
||||
|
|
Loading…
Reference in a new issue