Mirror of https://github.com/improsocial/impro An extensible Bluesky client for web impro.social
6

Configure Feed

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

Add markdown MIME type

Grace Kind (Jun 8, 2026, 11:22 PM -0500) 97070844 38c47ae5

+1
+1
scripts/serve-static.js
··· 16 16 ".mjs": "text/javascript; charset=utf-8", 17 17 ".css": "text/css; charset=utf-8", 18 18 ".json": "application/json; charset=utf-8", 19 + ".md": "text/markdown; charset=utf-8", 19 20 ".svg": "image/svg+xml", 20 21 ".png": "image/png", 21 22 ".jpg": "image/jpeg",