I have a static website, hosted on BlueHost and a React/Express app hosted on Heroku. I was wondering if it is possible to do something like this.
Access static site with: staticsite.com
Access Heroku app with: staticsite.com/app
What particular settings should I be looking into for setting up this structure?