From a1a3e1d7ed6098c7d1fc9ca8d22691b6c70d281e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 1 Aug 2018 19:51:40 +0200 Subject: [PATCH] config: Get mediaTypes config in line with the Hugo version (#9704) This gets rid of the big WARNING when building. Note that this is only Netlify related, so it is backwards compatible. --- config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/config.toml b/config.toml index ddbe5f8a78b..ee60a4fc698 100644 --- a/config.toml +++ b/config.toml @@ -41,7 +41,6 @@ section = [ "HTML"] # Add a "text/netlify" media type for auto-generating the _headers file [mediaTypes] [mediaTypes."text/netlify"] -suffix = "" delimiter = "" [outputFormats]