mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
34f40044d7
commit
aa690c8e95
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ func init() {
|
|||
serverCmd.Flags().Int("meminterval", 100, "interval to poll memory usage (requires --memstats)")
|
||||
serverCmd.RunE = server
|
||||
|
||||
mime.AddExtensionType(".json", "application/json; charset=utf8")
|
||||
mime.AddExtensionType(".css", "text/css; charset=utf8")
|
||||
mime.AddExtensionType(".json", "application/json; charset=utf-8")
|
||||
mime.AddExtensionType(".css", "text/css; charset=utf-8")
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue