gatsby-starter-ghost icon indicating copy to clipboard operation
gatsby-starter-ghost copied to clipboard

prefixPath in gatsby-config prevents creation of sitemap.xml and proper RSS feed

Open KnowIsPow opened this issue 5 years ago • 1 comments

Issue Summary XML sitemaps aren't created, and RSS feeds to not load properly when using prefix paths.

To Reproduce

  1. add pathPrefix to gatsby-config file
  2. add siteURL to siteConfig.js (with prefix added but without trailing slash, eg www.example.com/pathPrefix)
  3. run gatsby build --prefix-paths

KnowIsPow avatar Feb 24 '20 04:02 KnowIsPow

Experiencing the same thing, I'll post back here if I find a fix.

Romstar avatar Sep 20 '20 14:09 Romstar