According to the documentation:
By default, Turbo Drive only loads URLs with the same origin—i.e. the same protocol, domain name, and port—as the current document. A visit to any other URL falls back to a full page load.
However I would like to have Turbo work between subdomains (within the same base domain). Is there a way to accomplish this?