--- /** * Legacy route — redirects to /u/{handle}/athlete/ */ import { readShardHandles } from '../../lib/manifest'; const base = import.meta.env.BASE_URL; const shards = readShardHandles(); const handle = shards[0]?.handle ?? null; --- {handle ? ( ) : (

No data found. Upload activities to get started.

)}