When using {{ ref . “somefile.md” }}. If hugo can’t resolve it it fails to build the server. Is this expected? And if so is there a way around it?
ERROR 2020/04/09 18:53:43 [en] REF_NOT_FOUND: Ref
When using {{ ref . “somefile.md” }}. If hugo can’t resolve it it fails to build the server. Is this expected? And if so is there a way around it?
ERROR 2020/04/09 18:53:43 [en] REF_NOT_FOUND: Ref
You can try configuring: https://gohugo.io/content-management/cross-references/#ref-and-relref-configuration
Ahh thank you!!!
adding this to config.toml
works
refLinksErrorLevel = "WARNING"
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.