mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
@@ -115,7 +115,7 @@ func (m *matcher) Matches(path string) bool {
|
||||
// decode creates a config from a given Hugo configuration.
|
||||
func decodeConfig(cfg config.Provider) (deployConfig, error) {
|
||||
var (
|
||||
mediaTypesConfig []map[string]interface{}
|
||||
mediaTypesConfig []map[string]any
|
||||
dcfg deployConfig
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user