Skip to content

Commit

Permalink
updated file size
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaBonde committed Aug 31, 2024
1 parent b5324f1 commit 6af25de
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 @@ -21,7 +21,7 @@ const f = createUploadthing({
export const uploadRouter = {
videoAndImage: f({
image: {
maxFileSize: "4MB",
maxFileSize: "8MB",
maxFileCount: 20,
},
video: {
Expand Down

0 comments on commit 6af25de

Please sign in to comment.