From cb1e0f328647ac8927fc21cd73b9985e69c2cdf5 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sat, 18 Jun 2022 19:23:15 -0400 Subject: peach: explicitly specify embedded files --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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. -- cgit v1.2.3