diff --git a/www/experiments/lcp.inc b/www/experiments/lcp.inc index 0f5adaa3f5..d6f7d6b88a 100644 --- a/www/experiments/lcp.inc +++ b/www/experiments/lcp.inc @@ -48,7 +48,7 @@ $expsToAdd[] = (object) [ "id" => '010', 'title' => 'Preload LCP Image', - "desc" => '

This experiment adds a <link rel="preload" type="image" href="'. $lcpSource .'"> to the head of your HTML document, causing browsers to request the image earlier and at a higher priority than it otherwise might.

', + "desc" => '

This experiment adds a <link rel="preload" as="image" href="'. $lcpSource .'"> to the head of your HTML document, causing browsers to request the image earlier and at a higher priority than it otherwise might.

', "expvar" => 'addpreload', "expval" => array($lcpSource . "|as_image"), "explabel" => array($lcpSource)