Skip to content

Commit

Permalink
Actually serve the favicon (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored Feb 25, 2025
1 parent 7c50ece commit 968df8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func main() {

// Serve static help files
staticFiles := http.FileServer(http.Dir(wwwRoot))
http.Handle("/static/favicon.ico", staticFiles)
http.Handle("/static/styles.css", staticFiles)
http.Handle("/static/scripts.js", staticFiles)
http.Handle("/static/tsparticles.min.js", staticFiles)
Expand Down

0 comments on commit 968df8d

Please sign in to comment.