TryGhost / gatsby-plugin-advanced-sitemap

Advanced XML Sitemaps for Gatsby.js
MIT License
150 stars 0 forks source link

Use basePath instead of pathPrefix #265

Open mmichaa opened 1 year ago

mmichaa commented 1 year ago

Because pathPrefix becomes <assetPrefix>/<pathPrefix> when both assetPrefix and pathPrefix are set. On the opposite basePath won't include the assetPrefix.