Replies: 1 comment
-
needed to set redirect permenant to true. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the cleanest way to ensure the favico is consistent sitewide?
I'm currently using
AdminBranding.cshtml
but it doesn't replace the favico for all layouts, eg. the admin login page. Besides reimplementing the layouts and views, is there a way to ensure the same favico is used site wide?I've also tried using a middleware, and although it is invoked, and the Redirect line is hit, the icon is stil served from TheAdmin/favicon.ico
Beta Was this translation helpful? Give feedback.
All reactions