Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2018-08-11 17:54:41 +0300
committerAnthony Fok <foka@debian.org>2018-08-11 17:54:41 +0300
commit641671cf0f5f86eaf598b910395404459700909d (patch)
tree130561e04318f43eef0918286f9e4b3bc991fa42
parentd8f7a14794ea4fefe3f1ffd25a14bba4d2ddc850 (diff)
Replace deprecated mediaTypes "suffix" with "suffixes"
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 01d72a7..e6f95d1 100644
--- a/config.toml
+++ b/config.toml
@@ -15,7 +15,7 @@ home = [ "HTML", "RSS", "REDIR", "HEADERS" ]
[mediaTypes]
[mediaTypes."text/netlify"]
-suffix = ""
+suffixes = [ "" ]
delimiter = ""
[outputFormats]