a tool for shared writing and social publishing

hardcode leaflet.pub as root in /tag/ path so it works from pubs wih custom domains

Changed files
+1 -1
components
+1 -1
components/Tags.tsx
··· 18 18 className={`tag flex items-center text-xs rounded-md border ${props.selected ? "bg-accent-1 border-accent-1 font-bold" : "bg-bg-page border-border"} ${props.className}`} 19 19 > 20 20 <Link 21 - href={`/tag/${encodeURIComponent(props.name)}`} 21 + href={`https://leaflet.pub/tag/${encodeURIComponent(props.name)}`} 22 22 className={`px-1 py-0.5 hover:no-underline! ${props.selected ? "text-accent-2" : "text-tertiary"}`} 23 23 > 24 24 {props.name}{" "}