Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-adapter-bluedrop

Gatsby adapter for Blue Drop Cloud.

This adapter enables the Image and File CDN.

Installation

npm install gatsby-adapter-bluedrop

Usage

Add gatsby-adapter-bluedrop to your gatsby-config and configure the adapter.

const adapter = require('gatsby-adapter-bluedrop');

module.exports = {
  adapter: adapter(),
};

Assets will be routed through our CDN via https://yourdomain.tld/_bluedrop/(files|images)/path/to/assets.ext?d=123456

© 2026 Gatsby, Inc.