Skip to content

Commit

Permalink
changed max for picture count
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaBonde committed Aug 28, 2024
1 parent 8999dde commit b32b3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/uploadthing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const uploadRouter = {
videoAndImage: f({
image: {
maxFileSize: "4MB",
maxFileCount: 4,
maxFileCount: 20,
},
video: {
maxFileSize: "16MB",
Expand Down

0 comments on commit b32b3ce

Please sign in to comment.