diff options
| author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-05 23:13:14 -0400 |
|---|---|---|
| committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-05 23:13:14 -0400 |
| commit | 23fecbd3fad071901f221b7d3da9d53bf9fc92e3 (patch) | |
| tree | b7bec260711fb91100757bc234af72898f51d84f | |
| parent | 319c27795d5c596c184fdc9cfe40ed160f8d00c4 (diff) | |
peach: update peachFS
Don't include un-minified css
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
