WIP: cmd/mbf: bring back pkgserver's favicon! #38

Draft
kat wants to merge 1 commits from kat/hakurei:favicon into staging
2 changed files with 1 additions and 1 deletions
Showing only changes of commit cb4b2706c0 - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -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