Favicon request on each page load
Unanswered
Vansh Bordia posted this in #help-forum
I have 1 dynamic home page & then statically rendered pages(blogs), so the 1 css & main content js file on first load is understandable and then it is cached and not required on each subsequent load but why is favicon.ico requested on each page load. Attached is an image. This is from the default next-create-react-app. This is a built version (I am using npm run start as I need the static search & loading for the home page) Is there a config or something else that is messed up that needs to be changed?