serve: Only include html and css files

This commit is contained in:
Alexander Neumann 2024-04-28 22:00:16 +02:00
parent 303dda646f
commit fb45bd5d42
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ package assets
import "embed"
//go:embed *
//go:embed *.html *.css
var FS embed.FS