Closed luqven closed 1 year ago
Fix regression where domain was set as required in the configuration options.
domain
The domain configuration field was set as required.
required
domain can be set to an empty string, allowing absolute URLs to be used with the plugin.
:tada: This PR is included in version 2.1.1-rc.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Description
Fix regression where
domain
was set as required in the configuration options.Before
The
domain
configuration field was set asrequired
.After
domain
can be set to an empty string, allowing absolute URLs to be used with the plugin.