Creatiwity / gatsby-plugin-favicon

UNMAINTAINED - Favicon Gatsby plugin
MIT License
166 stars 27 forks source link

Paths are prefixed even when --prefix-paths is not set #30

Closed Mrtenz closed 6 years ago

Mrtenz commented 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.

Mrtenz commented 6 years ago

I just noticed #25, but it looks like this is not published to npm yet?

julien1619 commented 6 years ago

A new update is available for Gatsby v2 and it fixes it.