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
{{ message }}
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
The current linking scheme has a mixed use of url params as well as path-encoded vars. Specifically, you can set the network by attaching a param at the end ?network=mainnet. Further, you can combine this with block by hash, by number, etcetc.
Describe the solution you'd like
The urls should be constructed as follows:
Deep linking api is important for a lot of users. however, with this change, savings pre-renderings becomes a lot easier, and we can likely improve our SEO tremendously by doing this.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The current linking scheme has a mixed use of url params as well as path-encoded vars. Specifically, you can set the network by attaching a param at the end
?network=mainnet
. Further, you can combine this with block by hash, by number, etcetc.Describe the solution you'd like
The urls should be constructed as follows:
/:network/:contentTypeName/:contentTypeQueryParam(s)
No nesting at the moment.
Describe alternatives you've considered
future considerations:
Additional context
Deep linking api is important for a lot of users. however, with this change, savings pre-renderings becomes a lot easier, and we can likely improve our SEO tremendously by doing this.
The text was updated successfully, but these errors were encountered: