feat(services): add Tor alternative link for Breezewiki
All checks were successful
Build and Deploy Static Site / build (push) Successful in 56s

Enhanced the links array for Breezewiki to include an alternative Tor URL. This provides users with a privacy-focused alternative access point, improving accessibility and privacy.
This commit is contained in:
Kumi 2024-07-15 17:43:51 +02:00
parent 8c88f71740
commit 11dd8b293b
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -333,7 +333,13 @@
"links": [
{
"name": "Go to Breezewiki",
"url": "https://breezewiki.private.coffee"
"url": "https://breezewiki.private.coffee",
"alternatives": [
{
"name": "Tor",
"url": "http://breezewiki.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion"
}
]
}
],
"icon": "books",