sbardian/gatsby-plugin-breadcrumb

Question about exclude pages in AutoGen

iloveip opened this issue ยท 3 comments

Hi there,

There is an exclude option in AutoGen breadcrumbs for pages like /404/ and /404.html. I would like to ask, what are the reasons for excluding them? In my case it was generating an error during the build, as I use wrapPageElement with a layout which includes breadcrumbs. So I had to pass exclude: [] in my gatsby-config.js file.

@iloveip hmm. Now that you mention it, I think these were excluded by default because of the old use of gatsby-plugin-sitemap. There probably isn't a reason for them (all?) to be excluded by default anymore. I'll do some testing. Thanks for the issue!

@iloveip testing seems fine without any default exports, releasing with them cleared. Should see the release soon! Thanks again.

๐ŸŽ‰ This issue has been resolved in version 10.0.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€