From 6e74a975ecf6e21d9bdd3165132955be052328c9 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Thu, 10 Sep 2026 21:51:58 +0200 Subject: [PATCH] trailing slash fix 4 --- src/pages/bbs/index.astro | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/pages/bbs/index.astro b/src/pages/bbs/index.astro index 183eb46..0ae708e 100644 --- a/src/pages/bbs/index.astro +++ b/src/pages/bbs/index.astro @@ -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/' }], }, ]} />