Just started a new Gatsby project, looks like by default the trailingSlash property in the gatsby-config.js is set to "always" by default. This affects the ability to smooth scroll and ran into this just now and figured some other peeps might also run into this.
Just started a new Gatsby project, looks like by default the
trailingSlash
property in the gatsby-config.js is set to "always" by default. This affects the ability to smooth scroll and ran into this just now and figured some other peeps might also run into this.Might be worth adding to the docs?