mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-13 20:24:00 +02:00
@@ -97,8 +97,8 @@ func init() {
|
|||||||
serverCmd.Flags().Int("meminterval", 100, "interval to poll memory usage (requires --memstats)")
|
serverCmd.Flags().Int("meminterval", 100, "interval to poll memory usage (requires --memstats)")
|
||||||
serverCmd.RunE = server
|
serverCmd.RunE = server
|
||||||
|
|
||||||
mime.AddExtensionType(".json", "application/json; charset=utf8")
|
mime.AddExtensionType(".json", "application/json; charset=utf-8")
|
||||||
mime.AddExtensionType(".css", "text/css; charset=utf8")
|
mime.AddExtensionType(".css", "text/css; charset=utf-8")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user