mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-07 19:26:30 +02:00
Previously, compiling the config with partial or missing poll configs would introduce a panic. This ensures that the default poll configs are applied in such scenarios to ensure config is valid. Fixes #13471