imgix / gatsby

A simple yet powerful integration between Gatsby and imgix
BSD 2-Clause "Simplified" License
30 stars 6 forks source link

fix: set domain as optional #260

Closed luqven closed 1 year ago

luqven commented 1 year ago

Description

Fix regression where domain was set as required in the configuration options.

Before

The domain configuration field was set as required.

After

domain can be set to an empty string, allowing absolute URLs to be used with the plugin.