We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b49e9e5 + fcefdb7 commit 2d2acd0Copy full SHA for 2d2acd0
src/libs/constants/index.ts
@@ -5,7 +5,7 @@ export const MAX_LOCATION = 100;
5
export const MAX_TITLE = 64;
6
export const MAX_DESC = 1000;
7
export const MAX_REVIEW = 500;
8
-export const ALLOWED_EXTENSIONS = ['jpg', 'jpeg', 'png', 'webp', 'heic'];
+export const ALLOWED_EXTENSIONS = ['jpg', 'jpeg', 'png', 'webp', 'heic', 'heif'];
9
export const MAX_SIZE_MB = 10;
10
export const MAX_SIZE_BYTES = MAX_SIZE_MB * 1024 * 1024;
11
export const MAX_FILE_LENGTH = 6;
0 commit comments