fix(site): Support underscore files (#6159)

This commit is contained in:
Bruno Quaresma
2023-02-10 16:52:56 -03:00
committed by GitHub
parent 2dbe00ae44
commit b171cb562c
+2 -2
View File
@@ -8,8 +8,8 @@ import (
"io/fs"
)
//go:embed out
//go:embed out/bin/*
//go:embed all:out
//go:embed all:out/bin/*
var site embed.FS
func FS() fs.FS {