Release 202505311002

This commit is contained in:
pluja
2025-05-31 10:02:50 +00:00
parent e16c9b64ed
commit 0c40d8eec5

View File

@@ -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',