From 941ed6482721a69b28fcf104867b33807f639ea7 Mon Sep 17 00:00:00 2001 From: jonolane Date: Wed, 13 Dec 2023 18:48:33 -0600 Subject: [PATCH] seeing if variable slows render --- src/pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index fc07afe..5f6773f 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -45,7 +45,7 @@ const IndexPage: React.FC = () => { return (
-
+ {/*
*/}
@@ -124,7 +124,7 @@ const Head: React.FC = () => { - {/**/} + ) }