brohlson / gatsby-plugin-anchor-links

⚓ Gatsby plugin for using smooth scroll anchor links with a Gatsby Link component
https://www.npmjs.com/package/gatsby-plugin-anchor-links
MIT License
68 stars 22 forks source link

Add note to README regarding trailingSlash #45

Open ryqndev opened 1 year ago

ryqndev commented 1 year ago

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?