diff options
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ var peachAddr = "" // Holds static content. //go:embed templates static/peach.min.css //go:embed static/font/roboto-flex.ttf -//go:embed static/logo/peach.png +//go:embed static/logo/peach-*.png var peachFS embed.FS // HTML templates. |