I want to separate hosting of my app and website. The hierarchy is as follows:
example.com
- website hosted at DigitalOceanexample.com/*
- SPA hosted at Firebase Hosting
Since DNS does not allow to point the subdirectories, is there any wiser way, to accomplish this?
Thanks in advance!