fix(storage-vercel-blob): client uploads with a prefix (#12559)
Fixes https://github.com/payloadcms/payload/issues/12544
This commit is contained in:
@@ -30,5 +30,7 @@ export const VercelBlobClientUploadHandler =
|
||||
if (addRandomSuffix) {
|
||||
updateFilename(result.url.replace(`${baseURL}/`, ''))
|
||||
}
|
||||
|
||||
return { prefix }
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user