this repo has no description
0
fork

Configure Feed

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

fix(tangled): drop @ prefix from default handle URL

Made-with: Cursor

+1 -1
+1 -1
lib/atmosphere-links.ts
··· 85 85 description: "Social coding platform", 86 86 visible: true, 87 87 allowUrlOverride: true, 88 - defaultUrl: (handle: string) => `https://${TANGLED_DOMAIN}/@${handle}`, 88 + defaultUrl: (handle: string) => `https://${TANGLED_DOMAIN}/${handle}`, 89 89 iconUrl: faviconFor(TANGLED_DOMAIN), 90 90 }, 91 91 {