Using Subdomains In Ionic PWA

I can’t find any documentation or examples on how to implement subdomains in an Ionic PWA.

For example the URLs https://client1.ionic-pwa.com vs https://client2.ionic-pwa.com.

Any ideas how this can be achieved using Ionic?

PWA’s are just websites, so they’d be implemented in the exact same way if you were deploying any other kind of web site.