How to serve assets files (js, css, images) on a subdomain
The path to your assets will vary based on where you are calling for those assets. For example, when referencing a background img URL in a CSS file, this path is relative to the location of the CSS file. Contrast this with asset calls inside page content – which are relative to the published page … Read more