Due to the catch all route, we were not able to use route groups to navigate toward static or auth feed detail pages. Instead we had to use a hack where the proxy would rewrite to these public pages that were protected by a header guard. Implement the proper routing technique using route groups
Due to the catch all route, we were not able to use route groups to navigate toward static or auth feed detail pages. Instead we had to use a hack where the proxy would rewrite to these public pages that were protected by a header guard. Implement the proper routing technique using route groups