trailing slash fix 4

This commit is contained in:
2026-09-10 21:51:58 +02:00
parent cbe740eb8f
commit 6e74a975ec
+10 -10
View File
@@ -19,16 +19,16 @@ import { BANNER_TEMPLE } from '../../lib/ansiArt';
title: 'PC SECTION',
hardware: 'Colani 486dx2-66 / DOS / VGA / SB AWE32',
items: [
{ key: 'S', label: 'SkyLINE Productions', href: '/bbs/pc/skyline' },
{ key: 'T', label: 'Tr@nceMISSION', href: '/bbs/pc/trancemission' },
{ key: 'P', label: 'PHOB!A', href: '/bbs/pc/phobia' },
{ key: 'K', label: 'Kosmos Design [KDS]', href: '/bbs/pc/kosmos-design' },
{ key: 'S', label: 'SkyLINE Productions', href: '/bbs/pc/skyline/' },
{ key: 'T', label: 'Tr@nceMISSION', href: '/bbs/pc/trancemission/' },
{ key: 'P', label: 'PHOB!A', href: '/bbs/pc/phobia/' },
{ key: 'K', label: 'Kosmos Design [KDS]', href: '/bbs/pc/kosmos-design/' },
],
},
{
title: 'ATARI ST SECTION',
hardware: '1040 STFM (1MB) / Mega 4 (4MB, 60MB HD)',
items: [{ key: 'D', label: 'Tropic DREAMs', href: '/bbs/atari/tropic-dreams' }],
items: [{ key: 'D', label: 'Tropic DREAMs', href: '/bbs/atari/tropic-dreams/' }],
},
]} />
<Tile sections={[
@@ -36,17 +36,17 @@ import { BANNER_TEMPLE } from '../../lib/ansiArt';
title: 'AMIGA SECTION',
hardware: 'Amiga 500, 1MB, 2 Diskdrives',
items: [
{ key: 'E', label: 'ESPRIT Releases', href: '/bbs/amiga/esprit' },
{ key: 'M', label: 'MOD Files', href: '/bbs/amiga/mods' },
{ key: 'E', label: 'ESPRIT Releases', href: '/bbs/amiga/esprit/' },
{ key: 'M', label: 'MOD Files', href: '/bbs/amiga/mods/' },
],
},
{
title: 'BBS & FIDO SECTION',
hardware: '486dx2-66 OS/2 Warp 3 / PHOBOS Mailbox',
items: [
{ key: 'A', label: 'BBS ANSI Art', href: '/bbs/fido/ansi-art' },
{ key: 'F', label: 'Fidonets and Nodelists', href: '/bbs/fido/nodelist' },
{ key: 'C', label: 'tHE tEMPLE bBS CDs', href: '/bbs/fido/cds' },
{ key: 'A', label: 'BBS ANSI Art', href: '/bbs/fido/ansi-art/' },
{ key: 'F', label: 'Fidonets and Nodelists', href: '/bbs/fido/nodelist/' },
{ key: 'C', label: 'tHE tEMPLE bBS CDs', href: '/bbs/fido/cds/' },
],
},
]} />