Release 202505311001

This commit is contained in:
pluja
2025-05-31 10:01:35 +00:00
parent 22944fcdb3
commit e16c9b64ed
8 changed files with 89 additions and 42 deletions

View File

@@ -15,17 +15,31 @@ const links = [
icon: 'ri:git-repository-line',
external: true,
},
...(Astro.url.origin !== new URL(ONION_ADDRESS).origin
? [
{
href: ONION_ADDRESS,
label: 'Tor',
icon: 'onion',
external: true,
},
]
: []),
...(Astro.url.origin !== new URL(I2P_ADDRESS).origin
? [
{
href: I2P_ADDRESS,
label: 'I2P',
icon: 'i2p',
external: true,
},
]
: []),
{
href: ONION_ADDRESS,
label: 'Tor',
icon: 'onion',
external: true,
},
{
href: I2P_ADDRESS,
label: 'I2P',
icon: 'i2p',
external: true,
href: '/docs/api',
label: 'API',
icon: 'ri:plug-line',
external: false,
},
{
href: '/about',