Release 202505311002
This commit is contained in:
@@ -15,26 +15,18 @@ const links = [
|
|||||||
icon: 'ri:git-repository-line',
|
icon: 'ri:git-repository-line',
|
||||||
external: true,
|
external: true,
|
||||||
},
|
},
|
||||||
...(Astro.url.origin !== new URL(ONION_ADDRESS).origin
|
{
|
||||||
? [
|
href: ONION_ADDRESS,
|
||||||
{
|
label: 'Tor',
|
||||||
href: ONION_ADDRESS,
|
icon: 'onion',
|
||||||
label: 'Tor',
|
external: true,
|
||||||
icon: 'onion',
|
},
|
||||||
external: true,
|
{
|
||||||
},
|
href: I2P_ADDRESS,
|
||||||
]
|
label: 'I2P',
|
||||||
: []),
|
icon: 'i2p',
|
||||||
...(Astro.url.origin !== new URL(I2P_ADDRESS).origin
|
external: true,
|
||||||
? [
|
},
|
||||||
{
|
|
||||||
href: I2P_ADDRESS,
|
|
||||||
label: 'I2P',
|
|
||||||
icon: 'i2p',
|
|
||||||
external: true,
|
|
||||||
},
|
|
||||||
]
|
|
||||||
: []),
|
|
||||||
{
|
{
|
||||||
href: '/docs/api',
|
href: '/docs/api',
|
||||||
label: 'API',
|
label: 'API',
|
||||||
|
|||||||
Reference in New Issue
Block a user