https://github.com/ipfs/ipfs-webui/blob/b166caf2dc150cb09ff165484c1f5cbb62d32ce6/src/bundles/gateway.js#L138 This line prevents me from using `ipfs.example.com` as a subdomain gateway because it converts it to `ipfs.ipfs.example.com`… <img width="1770" height="627" alt="Image" src="https://github.com/user-attachments/assets/0ca75c04-a877-4bec-a32f-178b8615e9cf" /> If I type `example.com` instead, it generates a the subdomain gateway correctly but then tries the path gateway and and then fails anyway… what‽ <img width="1734" height="587" alt="Image" src="https://github.com/user-attachments/assets/456b6e43-4b13-4291-bcb3-4851238694c0" />