wrangler: disable adding hash to static files

having a issue with wrangler adding hash on already processed static files such as client.1d7f9682.js -> client.1d7f9682.b897097c67.js.
is there a way to tell wrangler to not generate hash for static files?

wrangler deploy ./dist/_worker.js --compatibility-date 2023-05-24 --name test --site dist/_astro/
Was this page helpful?