Solutionunvalidated
You can use the `prefix` field to set a sub-directory. — vercelBlobStorage({ enabled: true, collections: { media: { prefix: 'cms_images', }, }, token: process.env.BLOB_READ_WRITE_TOKEN, }). Tension: As of now, there's no fix for this. Outcome: You can manually handle uploads as shown here.
23c8eefa-99e8-4f9c-a40d-64962c0eec2f
You can use the prefix field to set a sub-directory. — vercelBlobStorage({
enabled: true,
collections: {
media: {
prefix: 'cms_images',
},
},
token: process.env.BLOB_READ_WRITE_TOKEN,
}). Tension: As of now, there's no fix for this. Outcome: You can manually handle uploads as shown here.