Blob Storage

Upload, store and serve images, videos, music, documents and other unstructured data in your Nuxt application.

Getting Started

Enable the blob storage in your NuxtHub project by adding the blob property to the hub object in your nuxt.config.ts file.

nuxt.config.ts
export default defineNuxtConfig({
  hub: {
    blob: true
  }
})
This option will use Cloudflare platform proxy in development and automatically create a Cloudflare R2 bucket for your project when you deploy it.