The "/domains/{domain}" page should be updated to support 2LD (second-level domains) so that users can view and interact with 2LD domains just like any other domain. This functionality is critical as the application is being developed for the Ethereum Name Service (ENS), which commonly uses 2LD domains.
Requirements
[x] Modify the "/domains/{domain}" page to correctly display 2LD domains.
[x] Ensure that all relevant information and features are available for 2LD domains, similar to how they are for other domains.
[x] Test to confirm that 2LD domains are fully supported and functional on the page.
Describe Preferred Solution
Update the routing and domain handling logic on the "/domains/{domain}" page to recognize and properly render 2LD domains. Ensure that the page treats 2LD domains with the same functionality and visibility as any other domains.
Related Code
/pages/index.tsx
Additional Context
ENS (Ethereum Name Service) relies heavily on 2LD domains, so proper support is crucial for the application's success.
The update should not interfere with the display or functionality of other domain levels.
Feature Request
Describe the Feature Request
The "/domains/{domain}" page should be updated to support 2LD (second-level domains) so that users can view and interact with 2LD domains just like any other domain. This functionality is critical as the application is being developed for the Ethereum Name Service (ENS), which commonly uses 2LD domains.
Requirements
Describe Preferred Solution
Update the routing and domain handling logic on the "/domains/{domain}" page to recognize and properly render 2LD domains. Ensure that the page treats 2LD domains with the same functionality and visibility as any other domains.
Related Code
/pages/index.tsx
Additional Context