Open
Description
favicons love to be cached which can cause them to not show up correctly a lot of time in the dev environment, it comes up fairly consistently in the discord
This can be worked around by appending the favicon with some info specifically related to the caching
- <link rel="icon" href="/favicon.ico"
+ <link rel="icon" href="/favicon.ico?"
or
+ <link rel="icon" href="/favicon.ico?v1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment