Skip to content

Commit

Permalink
fix(frontend): allow upload webp (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
zax-xyz authored May 14, 2023
1 parent 8cb072d commit dd6fbc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Dropzone.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const Dropzone = ({
"image/jpg": [".jpg"],
"image/png": [".png"],
"image/gif": [".gif"],
"image/webp": [".webp"],
}}
minSize={1024}
maxSize={3072000}
Expand Down

0 comments on commit dd6fbc4

Please sign in to comment.