gatsby-starter-ghost
gatsby-starter-ghost copied to clipboard
prefixPath in gatsby-config prevents creation of sitemap.xml and proper RSS feed
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
Experiencing the same thing, I'll post back here if I find a fix.