drago9773 / mge.tf

0 stars 0 forks source link

fix: add middleware to redirect to root to prevent layout issues #4

Closed EternalWill43 closed 2 months ago

EternalWill43 commented 2 months ago

Intercept the requests with a check to see if it was triggered by htmx or if it was a regular navigation, if it's a regular navigation, i.e., someone types in mge.tf/users, it will redirect them to the home page to preserve styling.

Using back/forward navigation should still work, though.