Skip to content

Commit

Permalink
feat: allow pdf uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed Oct 20, 2024
1 parent 1f4dbe2 commit 295a15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/UploadPage/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,.md';
return '.zip,.html,.csv,.md,.pdf';
}

0 comments on commit 295a15e

Please sign in to comment.