summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 8e21abb..267f473 100644
--- a/main.go
+++ b/main.go
@@ -27,7 +27,7 @@ var peachPort = flag.Int("p", 8151, "Port to run peach on")
var peachAddr = ""
// Holds static content.
-//go:embed templates static
+//go:embed templates static/*.min.css static/font/*
var peachFS embed.FS
// HTML templates.