#params
3 messages · Page 1 of 1 (latest)
Hi @robust elm. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
This issue has been reported by other Astro users as well. It seems that Astro.params returns { slug: "favicon.ico" } on every route, even when there is no "favicon.ico" in the repository. This behavior is inconsistent and sometimes stops or starts upon restarting.
A user commented that this might be due to the browser looking for the favicon file when none is provided. This is a common behavior in browsers like Chrome. You can find more information about this here (https://stackoverflow.com/questions/1321878/how-to-prevent-favicon-ico-requests).