Thank you for sharing this plugin. I am using Gatsby 4.12.1.
There seems to be a typecasting issue with the default value for the onPostBuild method allPages param.
This was being passed to the script as a string of "false" with this configuration. For what it's worth, omitting the allPages: false and relying on the default parameter value is broken as well without this fix.
Hello,
Thank you for sharing this plugin. I am using Gatsby 4.12.1.
There seems to be a typecasting issue with the default value for the
onPostBuild
methodallPages
param.This was being passed to the script as a string of
"false"
with this configuration. For what it's worth, omitting theallPages: false
and relying on the default parameter value is broken as well without this fix.