pluginpal / strapi-plugin-sitemap

🔌 Generate a highly customizable sitemap XML in Strapi CMS
https://www.pluginpal.io/plugin/sitemap
MIT License
252 stars 53 forks source link

fix: add check for missing or invalid URL creating a sitemap stream #178

Closed boazpoolman closed 4 months ago

boazpoolman commented 4 months ago

What does it do?

Add two checks for a missing or invalid hostname before initiating the SitemapStream.

Why is it needed?

To solve #174