an app to share curated trails sidetrail.app
1

Configure Feed

Select the types of activity you want to include in your feed.

repro

-1
-1
app/(home)/(index)/page.tsx
··· 1 1 import Link from "next/link"; 2 2 import { connection } from "next/server"; 3 3 4 - // Fake "trails list" — no DB. The first entry is the route that repros the bug. 5 4 const FAKE_TRAILS = [ 6 5 { handle: "jakesimonds.com", rkey: "3mem6xzzq3v2w", title: "Jake's trail" }, 7 6 { handle: "example.com", rkey: "abc123def456", title: "Another trail" },