- commit
- 74acb5a
- parent
- 65b128e
- author
- Eric Bower
- date
- 2024-05-07 14:02:40 +0000 UTC
fix(prose): allow .ico to be uploaded Closes: #131
1 files changed,
+1,
-0
+1,
-0
1@@ -41,6 +41,7 @@ func NewConfigSite() *shared.ConfigSite {
2 ".gif",
3 ".webp",
4 ".svg",
5+ ".ico",
6 },
7 HiddenPosts: []string{"_readme.md", "_styles.css", "_footer.md", "_404.md"},
8 Logger: shared.CreateLogger(debug == "1"),