Skip to content

Commit 968df8d

Browse files
authored
Actually serve the favicon (#213)
1 parent 7c50ece commit 968df8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ func main() {
5656

5757
// Serve static help files
5858
staticFiles := http.FileServer(http.Dir(wwwRoot))
59+
http.Handle("/static/favicon.ico", staticFiles)
5960
http.Handle("/static/styles.css", staticFiles)
6061
http.Handle("/static/scripts.js", staticFiles)
6162
http.Handle("/static/tsparticles.min.js", staticFiles)

0 commit comments

Comments
 (0)