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
Currently, I think the routing around the admin pages is quite hacky. It's reach router sitting on top of Gatsby, which doesn't play that nice and adds complexity.
I do think we'd like to keep parameters in the path if possible, so we can share links between people. However, maybe we want to do this a different way - possibly moving this into query parameter routing or similar. Or, figure out how we can do this properly in Gatsby (or Next.js if we want to migrate) in a way that's compatible with our static hosting setup.
Currently, I think the routing around the admin pages is quite hacky. It's reach router sitting on top of Gatsby, which doesn't play that nice and adds complexity.
I do think we'd like to keep parameters in the path if possible, so we can share links between people. However, maybe we want to do this a different way - possibly moving this into query parameter routing or similar. Or, figure out how we can do this properly in Gatsby (or Next.js if we want to migrate) in a way that's compatible with our static hosting setup.
Possibly related links:
The text was updated successfully, but these errors were encountered: