Skip to content

Commit 64edd89

Browse files
feat: add xhtml to guessed mime types (#3042)
1 parent c7c5a86 commit 64edd89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/helpers/mime.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ var builtinTypesLower = map[string]string{
1212
".markdown": "text/markdown; charset=utf-8",
1313
".md": "text/markdown; charset=utf-8",
1414
".mjs": "text/javascript; charset=utf-8",
15+
".xhtml": "application/xhtml+xml",
1516
".xml": "text/xml; charset=utf-8",
1617

1718
// Images

0 commit comments

Comments
 (0)