Hi! I'm creating my blog using your theme, and it's really cool!
However, I've found one bug 😉Here's the fix.
In this PR I added the possibility to pass falsy values for loadDefaultPages.
Previously line 2 in gatsby-config.js didn't work and accepted only truthy values, thus it wasn't possible to disable default pages generation.
Hi! I'm creating my blog using your theme, and it's really cool! However, I've found one bug 😉Here's the fix.
In this PR I added the possibility to pass falsy values for
loadDefaultPages
. Previously line 2 ingatsby-config.js
didn't work and accepted only truthy values, thus it wasn't possible to disable default pages generation.I changed it to:
And I also filtered the plugins list for truthy values.