Is there a way I can proxy static files?
My build generates a file like this:
/dist/client/_astro/portfolio.hash.js
On production, when requesting this file, I would like to get this file from a different server, is there a way to accomplish this?
I have tried using vite renderBuiltUrl prop, pointing my file for a different server, but Astro still loads it from the server where it got generated.