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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 {