VEuPathDB / web-monorepo

A monorepo that contains all frontend code for VEuPathDB websites
Apache License 2.0
2 stars 0 forks source link

Remove hash from url for static content, to make page more stable #1287

Closed dmfalke closed 1 day ago

dmfalke commented 1 day ago

This PR removes the hash of the current location from the url prop of ExternalContentController used for static-content. Including the hash causes page updated whenever the hash changes, which is not desirable.