Fix build

This commit is contained in:
Deluan 2021-07-20 20:22:15 -04:00
parent 8afa2cd833
commit a89bdfbb8d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
"io/fs"
)
//go:embed build
//go:embed build/*
var filesystem embed.FS
func BuildAssets() fs.FS {