From 527d73b135fb5fe397f2231e75be4074f34a3ce3 Mon Sep 17 00:00:00 2001 From: John Freeman Date: Tue, 14 Aug 2018 07:48:23 -0500 Subject: [PATCH] Move favicon.ico to accommodate Chrome Chrome requests `favicon.ico` on every route change, but stops if the `` for it occurs early enough in the page. [Several](https://stackoverflow.com/questions/35409588/favicon-requested-on-every-route-change) other [people](https://github.com/ctrlplusb/react-universally/issues/145) have been running into this issue since at least February 2016. --- packages/react-scripts/template/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/public/index.html b/packages/react-scripts/template/public/index.html index ed0ebafa1b7..73b2ecd7fc3 100644 --- a/packages/react-scripts/template/public/index.html +++ b/packages/react-scripts/template/public/index.html @@ -2,6 +2,7 @@ + -