From f944695ad7faaf469d8187725c68e899756b4c1c Mon Sep 17 00:00:00 2001 From: Cody Shearer Date: Tue, 23 Jan 2024 17:52:40 -0500 Subject: [PATCH] fix: correct plain text mime type (#30) --- hugo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 1c840e9..16d38ae 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -25,13 +25,13 @@ module: target: data excludeFiles: plaintextreplace/LICENSE mediaTypes: - application/text: + text/plain: suffixes: - txt outputFormats: TXT: - mediaType: "application/text" - baseName: "index" + mediaType: text/plain + baseName: index isPlainText: true title: "Cody Shearer" Params: