Skip to content

Commit 2d2acd0

Browse files
committed
Merge branch 'dev'
2 parents b49e9e5 + fcefdb7 commit 2d2acd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/constants/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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', 'heic'];
8+
export const ALLOWED_EXTENSIONS = ['jpg', 'jpeg', 'png', 'webp', 'heic', 'heif'];
99
export const MAX_SIZE_MB = 10;
1010
export const MAX_SIZE_BYTES = MAX_SIZE_MB * 1024 * 1024;
1111
export const MAX_FILE_LENGTH = 6;

0 commit comments

Comments
 (0)