feat(services): add Tor alternative link for Breezewiki
All checks were successful
Build and Deploy Static Site / build (push) Successful in 56s
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:
parent
8c88f71740
commit
11dd8b293b
1 changed files with 7 additions and 1 deletions
|
@ -333,7 +333,13 @@
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"name": "Go to Breezewiki",
|
"name": "Go to Breezewiki",
|
||||||
"url": "https://breezewiki.private.coffee"
|
"url": "https://breezewiki.private.coffee",
|
||||||
|
"alternatives": [
|
||||||
|
{
|
||||||
|
"name": "Tor",
|
||||||
|
"url": "http://breezewiki.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "books",
|
"icon": "books",
|
||||||
|
|
Loading…
Reference in a new issue