mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
feat(favicon): fix favicon display (#1177)
This commit is contained in:
parent
ef8edfb67b
commit
9a0f0a9701
14 changed files with 37 additions and 2 deletions
|
@ -30,6 +30,7 @@ func NewFileHandler(assetPath string) *FileHandler {
|
|||
"/js": true,
|
||||
"/images": true,
|
||||
"/fonts": true,
|
||||
"/ico": true,
|
||||
},
|
||||
}
|
||||
return h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue