I have a link in my Next.js app that looks like this:
<a href="/#projects">Projects</a>
This link is obviously supposed to navigate to the element with id projects, and it woks locally, on Vercel, and on Heroku, but for some reason on Netlify, it just reloads the page.
When trying to open it in a new tab, it works, but no on the same tab.