Upload dash to a different private CDN

Hi,

Is there any guidamce on how to upload all the js that are part of Dash to a different CDN than UNPKG and then load them from there when running the application? Currently when i use serve_locally=False in the dash constructor, the app automatically loads the JS files from unpkg for some or fails because with some files because they don’t exist in unpkg.

Thank you,