mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-03 11:18:09 -04: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