From f559b5aae17ce2fcd08be648d110ced0551cb3b3 Mon Sep 17 00:00:00 2001 From: jessop Date: Sat, 16 Feb 2019 17:16:36 -0500 Subject: [PATCH] siteConfig had dots in extensions --- cli/defaults/siteConfig.json | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/cli/defaults/siteConfig.json b/cli/defaults/siteConfig.json index 67e4a79f..83ada081 100644 --- a/cli/defaults/siteConfig.json +++ b/cli/defaults/siteConfig.json @@ -46,10 +46,7 @@ "customByContentType": { "application/octet-stream": 50000000 } - }, - "maxSizeImage": 10000000, - "maxSizeGif": 50000000, - "maxSizeVideo": 50000000 + } }, "serving": { "markdownSettings": { @@ -60,18 +57,18 @@ "publicDisallowedTypesMain": [] }, "customFileExtensions": { - "application/x-troff-man": ".man", - "application/x-troff-me": ".me", - "application/x-mif": ".mif", - "application/x-troff-ms": ".ms", - "application/x-troff": ".roff", - "application/x-python-code": ".pyc", - "text/x-python": ".py", - "application/x-pn-realaudio": ".ram", - "application/x-sgml": ".sgm", - "model/stl": ".stl", - "image/pict": ".pct", - "text/xul": ".xul", + "application/x-troff-man": "man", + "application/x-troff-me": "me", + "application/x-mif": "mif", + "application/x-troff-ms": "ms", + "application/x-troff": "roff", + "application/x-python-code": "pyc", + "text/x-python": "py", + "application/x-pn-realaudio": "ram", + "application/x-sgml": "sgm", + "model/stl": "stl", + "image/pict": "pct", + "text/xul": "xul", "text/x-go": "go" } },