Hi,
I am building a POC using gatsby ( https://reedbasketch.netlify.app).
It used to work fine, but from some time all the internal links are broken.
They work fine on both my local develop and production builds, and they did use to work on netlify as well.
On the deployed version, I can see that the relative path I coded in, is added to the URL of the current page, and not to the root as it should be. So for example, from the page https://reedbasket.ch/communitypage instead of having https://reedbasket.ch/alerts the link is built to point to https://reedbasket.ch/communitypage/alerts
I have tried to use gatsby Links, gatsby navigate (through a call back function) and plain HTML tags, and I am always getting the same results.
I cannot find a way to even work around this and I am sure they worked until recently (using gatsby Link)
Any suggestion?
Thanks a lot for your support
MM