atmosphere explorer
0
fork

Configure Feed

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

add leaflet publication link

Juliet 8c2e36cc cf6c3b69

+5
+5
src/utils/templates.ts
··· 60 60 link: `https://leaflet.pub/p/${uri.repo}/${uri.rkey}`, 61 61 icon: "iconify-color i-leaflet", 62 62 }), 63 + "pub.leaflet.publication": (uri) => ({ 64 + label: "Leaflet", 65 + link: `https://leaflet.pub/lish/${uri.repo}/${uri.rkey}`, 66 + icon: "iconify-color i-leaflet", 67 + }), 63 68 };