diff --git a/cmd/mbf/internal/pkgserver/ui/favicon.ico b/cmd/mbf/internal/pkgserver/ui/favicon.ico new file mode 100644 index 00000000..2fefdfd7 Binary files /dev/null and b/cmd/mbf/internal/pkgserver/ui/favicon.ico differ diff --git a/cmd/mbf/internal/pkgserver/ui/ui_full.go b/cmd/mbf/internal/pkgserver/ui/ui_full.go index 564787dc..e3fc9134 100644 --- a/cmd/mbf/internal/pkgserver/ui/ui_full.go +++ b/cmd/mbf/internal/pkgserver/ui/ui_full.go @@ -8,7 +8,7 @@ import ( ) //go:generate tsc -//go:generate cp index.html style.css static +//go:generate cp index.html style.css favicon.ico static //go:embed static var _static embed.FS