🩹 Add 'md' to text file extensions

This commit is contained in:
Eric Doughty-Papassideris
2024-03-26 12:06:22 +01:00
committed by ericlinagora
parent bb269102df
commit 25ed0c2066
+1 -1
View File
@@ -59,7 +59,7 @@ export const videoExtensions = [
"mpeg",
"m4v",
];
export const textExtensions = ["txt"];
export const textExtensions = ["txt", "md"];
const mimes: any = {
"123": "application/vnd.lotus-1-2-3",