We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bdd980 + 8f12b61 commit e2d92e9Copy full SHA for e2d92e9
1 file changed
src/libs/constants/index.ts
@@ -5,8 +5,8 @@ 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'];
9
-export const MAX_SIZE_MB = 3;
+export const ALLOWED_EXTENSIONS = ['jpg', 'jpeg', 'png', 'webp', 'heic'];
+export const MAX_SIZE_MB = 10;
10
export const MAX_SIZE_BYTES = MAX_SIZE_MB * 1024 * 1024;
11
export const MAX_FILE_LENGTH = 6;
12
0 commit comments