-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add favicon support #9
Comments
@matijaSos added support for custom code in the |
Ok, so this turned out to be slightly more complex than originally described. :D A few notes on the complications and next steps based on a quick chat with @matijaSos and @sodic:
TL;DR All of this requires a bit more thought and design (and time to implement), so it will be left for after Beta so we don't rush any idea. The only pre-Beta task will be changing the default stick to our actual logo. I will make a PR for that shortly. EDIT: Here is the PR for favicon update (#815) and the new issue for directory structure thinking (#816). |
We want Wasp to have support for adding a favicon. This should be property of
app
declaration:Should favicon really go into
ext/
or not (and go somewhere next to .wasp), is debatable. Also, what are the requirements on favicon? Does it have to have certain dimensions? What about specifying different favicon of different qualities, as can be normal for some cases? What about some additional properties?It feels like this should be researched more -> understanding the essence of favicon, and then we can go from there.
The text was updated successfully, but these errors were encountered: