Hello
I am using hugo v135 in local and building works ok (just some warnings)
When deploying, also with v135, I get an error because some url images are not working (it is a blog, some images are from archive.org which is not working right now)
I have timeout = ‘600s’ in hugo.toml but it does not solve it
Image creation timeouts with Gohugo v0.131.0 — KOLLITSCH.dev*
Error: error building site: "/builds/fiquipedia/algoquedaquedecir/content/post/ratios-en-educacion-normativa.md:1:1": "/builds/fiquipedia/algoquedaquedecir/themes/hugo-clarity/layouts/_default/_markup/render-image.html:23:20": execute of template failed: template: _default/_markup/render-image.html:23:20: executing "_default/_markup/render-image.html" at <$image.MediaType.MainType>: error calling MediaType: error calling resources.GetRemote: Get "https://web.archive.org/web/20200908101237im_/https://pbs.twimg.com/media/EhYpbQZXYAE_93s.jpg": dial tcp 207.241.237.3:443: i/o timeout
I was wondering if there is some way to make it work as it does locally, without making a local copy of every image
As the blog grows using external images the probability to have some image url broken also grows.