Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MIME type for comma-separated value files and use the UTF-8 charset: "text/csv; charset=utf-8" At the moment, they appear as type: "application/octet-stream" ...which is the default type for unknown files. This should fix the CSV file created by archmap. Currently, when you open it in a browser some of the text is incorrectly formatted. References: * https://archwomen.org/media/archmap/archmap.csv * https://www.iana.org/assignments/media-types/text/csv
- Loading branch information