This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[Sitemap v4.1.0] "output" is not allowed to be empty #31378
Labels
type: bug
An issue or pull request relating to a bug in Gatsby
Description
According to PR #31130 and Gatsby v3.5 release notes, it should now be possible to specify
output: ""
ingatsby-sitemap-plugin@4.1.0
. Yet, it appears to reject an empty string value and still report the"output" is not allowed to be empty
error, same as older versions.Steps to reproduce
gatsby-sitemap-plugin@4.1.0
gatsby-config.js
, set the optionoutput
to""
i.e.
Expected result
gatsby-sitemap-plugin@4.1.0
should acceptoutput: ""
.Actual result
It rejected the value and an error is promoted instead.
Environment
The text was updated successfully, but these errors were encountered: