-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove favicon from dotnet templates #16840
Conversation
Hi there @callumbwhyte, thank you for this contribution! 👍 While we wait for one of the Core Collaborators team to have a look at your work, we wanted to let you know about that we have a checklist for some of the things we will consider during review:
Don't worry if you got something wrong. We like to think of a pull request as the start of a conversation, we're happy to provide guidance on improving your contribution. If you realize that you might want to make some changes then you can do that by adding new commits to the branch you created for this work and pushing new commits. They should then automatically show up as updates to this pull request. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Thanks for the PR @callumbwhyte! We'll get this reviewed soon 💯 |
Hey @callumbwhyte, HQ are happy to go ahead with this PR, but we'll also need to remove the file from the repo, would you be able to make this change and update your PR? 😄 Then the favicon will be gone for good 💯 |
Heya @georgebid, I didn't remove the favicon file itself because the If you still want me to go ahead and remove the physical file please let me know! |
@callumbwhyte good point, ignore me 😺 I'll get this reviewed and merged soon! |
FYI, the fact that wwwroot is not there, means you force people to do a restart after first boot, to allow static files to be accessible. Thereby installing a starter kit on first boot, is not really working anymore. Maybe there is better ways, but empty folders are tricker with git and folder creation becomes tricker with multi OS Support |
Following a discussion about websites accidentally appearing in Google with an Umbraco favicon, I noted that Umbraco's dotnet templates automatically include this.
It's something I see time and again on our own + inherited projects, that people don't realise there is a default favicon.ico file shipped within the template. This makes it very easy to overlook and deploy a new Umbraco site with the Umbraco logo as a favicon.
I can't really see any good reason for this, other than for the wwwroot folder to appear in the project... which there must surely be better ways of doing!
This change seems like it could be backported to v13 also without any issues 🤞