USACE / groundwork

React Components for USACE Applications
https://usace.github.io/groundwork
4 stars 0 forks source link

37 docs internal links break when opened in new tab #67

Closed willbreitkreutz closed 1 month ago

willbreitkreutz commented 1 month ago

I think we just have to use the hash based urls in all of our links in order to handle the open in new tab. We don't have to deal with the hashes in the router because we use selectHash as our custom path selector.

willbreitkreutz commented 1 month ago

@jbkolze yeah, it feels weird, but this is really just to get around the GH-pages static hosting setup, I don't expect we'd use hash routing anywhere else unless we absolutely had to.