You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps there's already a way to do this, but I was hoping for something along the line of "/path/to/:file(.js|.jsx)"
In this one specific case, I can certainly do ":file.js(x)", but in the general not same prefix extensions, would love to know the best way to tackle this without creating two almost identical routes.
The text was updated successfully, but these errors were encountered:
Perhaps there's already a way to do this, but I was hoping for something along the line of "/path/to/:file(.js|.jsx)"
In this one specific case, I can certainly do ":file.js(x)", but in the general not same prefix extensions, would love to know the best way to tackle this without creating two almost identical routes.
The text was updated successfully, but these errors were encountered: