Closed aholtzman closed 2 years ago
Thanks for kicking this off! Will take a look but by default Greenwood only support a root level src/favicon.ico. I guess I hadn't thought of all the mobile variants but will see if I can think of anything and will circle back to this in a couple of days.
@thescientist13 updated to root level only. we have the git history whenever we may expand it in greenwood.
Sorry, to clarify the favicon should be in the root of the workspace, so inside src/ directory.
From there you should be able to add the HTML for it in index.html
<link rel="shortcut icon" href="/favicon.ico"/>
<link rel="icon" href="/favicon.ico"/>
Related Issue
Summary of Changes
I am not sure how to apply favicon in this environment, but here are he pieces needed @thescientist13