diff --git a/app/api/storage/vercel-blob/route.ts b/app/api/storage/vercel-blob/route.ts index 94a38050..8317accd 100644 --- a/app/api/storage/vercel-blob/route.ts +++ b/app/api/storage/vercel-blob/route.ts @@ -22,6 +22,7 @@ export async function POST(request: Request): Promise { return { maximumSizeInBytes: MAX_PHOTO_UPLOAD_SIZE_IN_BYTES, allowedContentTypes: ACCEPTED_PHOTO_FILE_TYPES, + addRandomSuffix: true, }; } else { throw new Error('Invalid upload');