Alexandre Flament 0539e38309 Workaround: index.html: remove image preload
Related to https://github.com/searxng/searxng/issues/1326

URL for the logo is referenced twice:
* in index.html for preloading: it contains the hash for cache busting (when static_use_hash: true)
* in searxng.min.css: to actually display the image. The URL doesn't contain the hash.

So the image preload actually loads twice the same image.

This commit removed the image preloading.
This is workaround: the real fix is to be able to use the URL with the hash in the CSS.
2022-06-18 09:04:13 +02:00
..
2020-09-10 10:39:04 +02:00
2022-06-16 11:56:24 +02:00
2022-01-22 17:23:43 +01:00
2022-03-16 22:26:36 +01:00
2022-03-08 19:37:21 +00:00
2022-05-07 19:40:48 +02:00
2022-05-07 19:40:48 +02:00
2022-03-26 13:52:38 +01:00
2022-05-07 19:40:48 +02:00
2022-05-07 19:40:48 +02:00