Skip to content

Commit

Permalink
feat: add xhtml to guessed mime types (#3042)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueGreenMagick authored Apr 10, 2023
1 parent c7c5a86 commit 64edd89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/helpers/mime.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ var builtinTypesLower = map[string]string{
".markdown": "text/markdown; charset=utf-8",
".md": "text/markdown; charset=utf-8",
".mjs": "text/javascript; charset=utf-8",
".xhtml": "application/xhtml+xml",
".xml": "text/xml; charset=utf-8",

// Images
Expand Down

0 comments on commit 64edd89

Please sign in to comment.