fix(data): correct JSON syntax error in services.json
All checks were successful
Build and Deploy Static Site / build (push) Successful in 59s

Added a missing comma to fix JSON format, preventing potential parsing errors that could affect the loading of service configurations.
This commit is contained in:
Kumi 2024-08-05 16:53:43 +02:00
parent 50449b80ec
commit 7119b790db
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -651,7 +651,7 @@
"icon": "hard-hat",
"exclude_from_index": false,
"exclude_from_simple": false
}
},
{
"name": "nocdnbs",
"url": "https://nocdnbs.private.coffee",