Closed Mrtenz closed 6 years ago
If I run gatsby build without --prefix-paths, the paths in the HTML still refer to /[prefix]/favicons. Not a big deal, since the production builds require --prefix-paths, but it would be nice if this could be fixed.
gatsby build
--prefix-paths
/[prefix]/favicons
I just noticed #25, but it looks like this is not published to npm yet?
A new update is available for Gatsby v2 and it fixes it.
If I run
gatsby build
without--prefix-paths
, the paths in the HTML still refer to/[prefix]/favicons
. Not a big deal, since the production builds require--prefix-paths
, but it would be nice if this could be fixed.