Skip to content

Commit

Permalink
FIX: serve background images in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
fileformat committed May 30, 2024
1 parent 450ace5 commit f7af71f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/svgview/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func main() {

http.HandleFunc("/status.json", statusHandler)
http.HandleFunc("/assets/", staticHandler.ServeHTTP)
http.HandleFunc("/images/", staticHandler.ServeHTTP)
http.HandleFunc("/favicon.ico", staticHandler.ServeHTTP)
http.HandleFunc("/favicon.svg", staticHandler.ServeHTTP)
http.HandleFunc("/", indexHandler)
Expand Down

0 comments on commit f7af71f

Please sign in to comment.