Issue Summary
XML sitemaps aren't created, and RSS feeds to not load properly when using prefix paths.
To Reproduce
- add pathPrefix to gatsby-config file
- add siteURL to siteConfig.js (with prefix added but without trailing slash, eg www.example.com/pathPrefix)
- run gatsby build --prefix-paths