barrettj12 / chords

A web app for viewing my chord collection.
https://chords.fly.dev
GNU Affero General Public License v3.0
0 stars 0 forks source link

favicon.ico not found #7

Closed barrettj12 closed 1 year ago

barrettj12 commented 1 year ago

It works locally but not on the fly.io deployment. I suspect the favicon.ico is not getting packaged up inside the Docker image. Need to work out a way to get it on the cloud machine. Maybe this?

barrettj12 commented 1 year ago

Fixed in 1ebfa94. I added a code generation tool which writes the favicon's bytes to a Go file, so it can be included in the compiled binary. It's kind of nasty, but it works.