Skip to content

Commit

Permalink
feat: allow Markdown uploads
Browse files Browse the repository at this point in the history
Support is coming back
  • Loading branch information
aalemayhu committed Feb 18, 2024
1 parent 84bdffb commit 106fe49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SimplePage/helpers/getAcceptedContentTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
* @returns comma seperated string with supported file types
*/
export default function getAcceptedContentTypes(): string {
return '.zip,.html,.csv';
return '.zip,.html,.csv,.md';
}

0 comments on commit 106fe49

Please sign in to comment.