From 0c6d6010d9aa6413632039f9f290ffe111422224 Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:34:25 +0200 Subject: [PATCH] chore: improve LCP performance (#293) --- public/index.html | 2 +- src/components/About.tsx | 2 +- src/components/Header.tsx | 4 ++-- src/index.tsx | 10 ++++------ src/pages/default-page-styles.css | 3 +++ src/pages/helper-ui.tsx | 2 +- webpack.config.js | 24 ++++++++++++++++++++---- 7 files changed, 32 insertions(+), 15 deletions(-) diff --git a/public/index.html b/public/index.html index bc75ddd3..9c812017 100644 --- a/public/index.html +++ b/public/index.html @@ -25,6 +25,6 @@ -
+
diff --git a/src/components/About.tsx b/src/components/About.tsx index 7a064af8..70422be9 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -2,7 +2,7 @@ import React from 'react' export default function About (): JSX.Element { return ( -