mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-09 20:49:21 -04:00
parent
9a326d5636
commit
cd44d409ba
@ -168,7 +168,7 @@ var (
|
|||||||
|
|
||||||
JSONType = newMediaType("application", "json", []string{"json"})
|
JSONType = newMediaType("application", "json", []string{"json"})
|
||||||
WebAppManifestType = newMediaTypeWithMimeSuffix("application", "manifest", "json", []string{"webmanifest"})
|
WebAppManifestType = newMediaTypeWithMimeSuffix("application", "manifest", "json", []string{"webmanifest"})
|
||||||
RSSType = newMediaTypeWithMimeSuffix("application", "rss", "xml", []string{"xml"})
|
RSSType = newMediaTypeWithMimeSuffix("application", "rss", "xml", []string{"xml", "rss"})
|
||||||
XMLType = newMediaType("application", "xml", []string{"xml"})
|
XMLType = newMediaType("application", "xml", []string{"xml"})
|
||||||
SVGType = newMediaTypeWithMimeSuffix("image", "svg", "xml", []string{"svg"})
|
SVGType = newMediaTypeWithMimeSuffix("image", "svg", "xml", []string{"svg"})
|
||||||
TextType = newMediaType("text", "plain", []string{"txt"})
|
TextType = newMediaType("text", "plain", []string{"txt"})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user