From deb0c1d7085551db058a7f6d9661a54eec433412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 20 Jun 2022 16:39:19 +0200 Subject: [PATCH] Remove lazy loading on location illustration --- src/routes/[country]/[location]/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/[country]/[location]/index.svelte b/src/routes/[country]/[location]/index.svelte index b627a35..e900cbc 100644 --- a/src/routes/[country]/[location]/index.svelte +++ b/src/routes/[country]/[location]/index.svelte @@ -256,7 +256,7 @@ width={320} height={824} alt="Illustration for {location.name}" - loading="lazy" + decoding="async" /> {/if}