diff --git a/pkg/appview/appview.go b/pkg/appview/appview.go index 5c310a4..afc211e 100644 --- a/pkg/appview/appview.go +++ b/pkg/appview/appview.go @@ -12,7 +12,7 @@ import ( //go:embed templates/**/*.html var templatesFS embed.FS -//go:embed static/**/* +//go:embed static var staticFS embed.FS // Templates returns parsed templates with helper functions