Hash being removed from the url

Hi,

I have an issue I can’t seem to get around at the moment. I need hashes in one of my urls, but as soon as the page is hit, the page reloads and removes the hash.

Thanks!

Hi @EpicWebs,

At the moment Frontity seams not to support hashes in links/routing.
But there is a Feature for that on the Roadmap.

See: Add support for hash links in `@frontity/tiny-router`

Kind Regards
Chris

1 Like

Ah cool, thank you! I searched around a lot but couldn’t find anything about it.

I ended up using the WordPress install to catch the hash and then process the data, then forward onto the frontity install, instead of doing it in the frontity side of things.

Thanks for the help! :slight_smile: