diff --git a/internal/conf/conf.go b/internal/conf/conf.go index f8689ef..64e7688 100644 --- a/internal/conf/conf.go +++ b/internal/conf/conf.go @@ -69,7 +69,7 @@ var ( {Path: "icons/eye.svg", Url: "https://raw.githubusercontent.com/twbs/icons/refs/heads/main/icons/eye.svg"}, } BaseTemplate string = "base.tmpl.html" - //go:embed static/css/* static/icons/* static/js/* + //go:embed static/* Static embed.FS //go:embed templates/* Templates embed.FS