From 107f11a23a56ea57bb55728a4ac65a54bfaf19eb Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Thu, 26 Jun 2025 21:22:30 +0100 Subject: [PATCH] Embed all of static --- internal/conf/conf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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