import Link from "next/link"; import { SYNDICATE_NODES } from "@/lib/syndicateNetwork"; /** Index of themed `/w/[slug]` nodes — same Next app, different chrome. */ export default function SyndicateIndexPage() { return (

Deep links:{" "} topology {" · "} routing lore

); }