fix static dir

This commit is contained in:
Evan Jarrett
2025-10-12 22:15:12 -05:00
parent 9025c89cc6
commit db253a0a9d
+1 -1
View File
@@ -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