Skip to content

Commit

Permalink
fix: correct plain text mime type (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjshearer committed Jan 23, 2024
1 parent 231c447 commit f944695
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f944695

Please sign in to comment.