- commit
- c6a13c2
- parent
- 0b65298
- author
- Eric Bower
- date
- 2023-09-06 02:31:24 +0000 UTC
feat(pgs): allowing `.rss` `.atom`, and `.xml` file extensions
1 files changed,
+3,
-0
+3,
-0
1@@ -67,6 +67,9 @@ func NewConfigSite() *shared.ConfigSite {
2 ".woff2",
3 ".json",
4 ".md",
5+ ".rss",
6+ ".xml",
7+ ".atom",
8 },
9 MaxSize: maxSize,
10 MaxAssetSize: maxAssetSize,