From db253a0a9d779a3f913679017f065c4059a1521f Mon Sep 17 00:00:00 2001 From: Evan Jarrett Date: Sun, 12 Oct 2025 22:15:12 -0500 Subject: [PATCH] fix static dir --- pkg/appview/appview.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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