mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
07fb7dbbac
The embedded frontend file server had no content type for .md, so every in-app "Full details" / "Terms of Service" / security-guide link to /docs/*.md answered application/octet-stream and the browser downloaded the file instead of showing it. Shipped docs now serve as text/plain; charset=utf-8 and open readable in the tab the app targets.