diff --git a/main.go b/main.go index 26c39e5f..c286650f 100644 --- a/main.go +++ b/main.go @@ -25,10 +25,10 @@ import ( _ "net/http/pprof" ) -// go:embed web/dist +//go:embed web/dist var buildFS embed.FS -// go:embed web/dist/index.html +//go:embed web/dist/index.html var indexPage []byte func main() {