From ff84d4c4b462766a20cb01a2fa22f19124946d5b Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Tue, 12 Jan 2021 12:38:13 +0000 Subject: [PATCH] fix(gatsby-plugin-image): Remove preload tag --- .../src/components/main-image.tsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/packages/gatsby-plugin-image/src/components/main-image.tsx b/packages/gatsby-plugin-image/src/components/main-image.tsx index cc6037b4b7a6e..31df138b75319 100644 --- a/packages/gatsby-plugin-image/src/components/main-image.tsx +++ b/packages/gatsby-plugin-image/src/components/main-image.tsx @@ -7,18 +7,6 @@ export const MainImage = forwardRef( function MainImage({ ...props }, ref) { return ( <> - {props.loading === `eager` && ( - - )}