Point a custom domain to a subdomain in my multi-tenant apps
our clients want to use their own custom domains with our multi-tenant app, but we’re not sure how to do it. We use the stancl/tenancy package. Our main domain is let’s say, happyschool.com, and our clients’ subdomains look like universe-sch.happyschool.com. We need to set it up so clients can switch from universe-sch.happyschool.com to customdomain.com, and our app should still recognize and initialize the correct tenant. How can we do that? ????