summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-18 19:23:15 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-18 19:23:15 -0400
commitcb1e0f328647ac8927fc21cd73b9985e69c2cdf5 (patch)
treebdf492be40bcd152e0f5886c50bc229f2f05430b /main.go
parentfac870ec68ce9e31eda39c74afb1decdbddca3cd (diff)
peach: explicitly specify embedded files
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 7d111d6..b5fbed8 100644
--- a/main.go
+++ b/main.go
@@ -26,7 +26,7 @@ var peachPort = flag.Int("p", 8151, "Port to run peach on")
var peachAddr = ""
// Holds static content.
-//go:embed templates static/*.min.css static/font/*
+//go:embed templates static/peach.min.css static/font/roboto-flex.ttf
var peachFS embed.FS
// HTML templates.