Skip to content

Commit

Permalink
chore: allow more upload extentions
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanHjelsethStorstad committed Oct 10, 2024
1 parent c7c1380 commit 91d1c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/images/ConfigVars.ts
Original file line number Diff line number Diff line change
@@ -15,4 +15,4 @@ export const avifOptions = {
chromaSubsampling: '4:2:0',
}

export const allowedExtImageUpload = ['png', 'jpg', 'jpeg', 'heic']
export const allowedExtImageUpload = ['png', 'jpg', 'jpeg', 'heic', 'avif', 'webp']

0 comments on commit 91d1c16

Please sign in to comment.