blockful-io / external-resolver-dapp

https://external-resolver-dapp.vercel.app
2 stars 2 forks source link

feat: Support 2LD Domains on "/domains/{domain}" Page #157

Closed eduramme closed 2 months ago

eduramme commented 2 months ago

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

Image

Additional Context