Closed luqven closed 1 year ago
domain
.codesandbox
README.md
Closes: #254
test/dev-and-e2e/
gatsby-config.js
yarn dev:start
:tada: This PR is included in version 2.1.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Description
domain
config option was set as required..codesandbox
configs for easier PR reviewsREADME.md
to reflectdomain
is optional for non-web-proxy sources.Closes: #254
Before
domain
Gatby config option was required, making it impossible to use absolute URLs.After
domain
Gatsby config option is optional, allowing folks to use absolute URLs with the plugin.Steps to test
test/dev-and-e2e/
edit thegatsby-config.js
and remove thedomain
fieldyarn dev:start
from the project rootChecklist