elm-community/elm-webpack-starter

favicon not working during development

francisdb opened this issue · 1 comments

During development (npm start) the favicon is not available at ./favicon.ico but ./static/favicon.ico

I believe 0.7.1 fixes it. The link href in index.html is now just favicon.ico, but I had to move the file to src/ to be at the server's root.