About This Project

Gave the local population free eye care

Eye surgery stuff
Vercel Blob Storage @payloadcms/storage-vercel-blob Installation pnpm add @payloadcms/storage-vercel-blob Usage Configure the collections object to specify which collections should use the Vercel Blob adapter. The slug must match one of your existing collection slugs. Ensure you have BLOB_READ_WRITE_TOKEN set in your Vercel environment variables. This is usually set by Vercel automatically after adding blob storage to your project. When enabled, this package will automatically set disableLocalStorage to true for each collection. When deploying to Vercel, server uploads are limited with 4.5MB. Set clientUploads to true to do uploads directly on the client. import { vercelBlobStorage } from '@payloadcms/storage-vercel-blob' import { Media } from './collections/Media' import { MediaWithPrefix } from './collections/MediaWithPrefix' export default buildConfig({ collections: [Media, MediaWithPrefix], plugins: [ vercelBlobStorage({ enabled: true, // Optional, defaults to true // Specify which collections should use Vercel Blob collections: { media: true, 'media-with-prefix': { prefix: 'my-prefix', }, }, // Token provided by Vercel once Blob storage is added to your Vercel project token: process.env.BLOB_READ_WRITE_TOKEN, }), ], })

Project Status

$10,000 raisedGoal: $50,000

20% of goal reached

Location

Sylhet, Bangladesh

Beneficiaries

300

Duration

1 months

Status

active

healthcare