diff --git a/www/static.go b/www/static.go index 80e6b16..93524f9 100644 --- a/www/static.go +++ b/www/static.go @@ -2,5 +2,5 @@ package www import "embed" -//go:embed *.html +//go:embed *.html icons var Static embed.FS