Hi there,
over night, I cannot deploy my site locally anymore. Changes pushed to netlify work and are displayed immediately on the site.
When I try to start the local server using
hugo sever -D
I get the following error:
Error: from config: failed to resolve output format “headers” from site config
This is the part from the config.toml file that can suddenly not be loaded anymore:
home: [HTML, RSS, JSON, WebAppManifest, headers, redirects]
Could anyone help me with this issue?
Many thanks in advance
Felix