-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/reset should redirect to /reset/ or show the same view #83
Comments
This would be easier to implement if we had ipfs/kubo#7392 |
@matheus23 so you're saying it's not impossible to implement? 💯 ...I don't understand how the framework works, but usually route aliases are a built-in feature, no? |
It means we have to do a client side redirect, because we can’t rely on the server. Which we should do @matheus23 unless I also am missing something in Elm Land ;) |
We can totally build this by doing a redirect in javascript. |
Native redirects will take a while to get into go-IPFS. We may be able to get there sooner with our nginx proxy work and do it at that layer. |
If I go to
/reset
I just get the default '/' view. I should see the same view as/reset/
instead.The text was updated successfully, but these errors were encountered: