Footer links are not absolute on export

Hello! I have the same links in the navbar and the footer (about, contact etc…) and they both use absolute paths, but when exporting the site, for some reason I don’t understand, the / in the absolute paths is gone. Still there in the navbar links though. Any insights to solve this is greatly appreciated!

Strange, this shouldn’t happen. Can you send us a bsdesign that exhibits this issue?

I will, just went on vacation today. As soon as I get back I will send it over. (Next week) Thank you.

Alright. Here are some updates. I kind of just forgot about the issue but tried to face it once more. I now know that this issue only happens to “a” elements inside ul’s and li’s. As soon as I took the links out of these lists, the href displayed (or exported) correctly. I defined the link’s href to be /some-path but got exported as ../../some-path but, again, taking them out of the lists it exports correctly as /some-path. I don’t know if this is a bug but I can confirm that none of my JS is affecting this in any way. Cheers.

Thank you for tracking down the problem. We will fix it in our upcoming release.

1 Like