Add a logo

This commit is contained in:
2026-03-08 15:50:13 +01:00
parent f01dfa01cb
commit 55e80181df
6 changed files with 35 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ func Setup(config *config.Config) *gin.Engine {
r.StaticFS("/"+folder, http.FS(subFs))
}
r.StaticFileFS("/favicon.ico", "favicon.ico", http.FS(front.Frontend))
r.StaticFileFS("/favicon.svg", "favicon.svg", http.FS(front.Frontend))
r.GET("/", serveIndexHtml)
r.NoRoute(serveIndexHtml)