Skip to content

Commit e2d92e9

Browse files
committed
Merge branch 'dev'
2 parents 2bdd980 + 8f12b61 commit e2d92e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/libs/constants/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ export const MAX_LOCATION = 100;
55
export const MAX_TITLE = 64;
66
export const MAX_DESC = 1000;
77
export const MAX_REVIEW = 500;
8-
export const ALLOWED_EXTENSIONS = ['jpg', 'jpeg', 'png', 'webp'];
9-
export const MAX_SIZE_MB = 3;
8+
export const ALLOWED_EXTENSIONS = ['jpg', 'jpeg', 'png', 'webp', 'heic'];
9+
export const MAX_SIZE_MB = 10;
1010
export const MAX_SIZE_BYTES = MAX_SIZE_MB * 1024 * 1024;
1111
export const MAX_FILE_LENGTH = 6;
1212

0 commit comments

Comments
 (0)