diff --git a/main.go b/main.go index 38b8647..8645d2a 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( "github.com/joho/godotenv" ) -//go:embed statics/* +//go:embed statics/**/* var staticFS embed.FS //go:embed tmpl/*