mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-13 08:09:02 -04:00
11 lines
380 B
Markdown
11 lines
380 B
Markdown
---
|
|
_comment: Do not remove front matter.
|
|
---
|
|
|
|
By default, Hugo will throw an error and fail the build if it cannot resolve the path. You can change this to a warning in your site configuration, and specify a URL to return when the path cannot be resolved.
|
|
|
|
{{< code-toggle file=hugo >}}
|
|
refLinksErrorLevel = 'warning'
|
|
refLinksNotFoundURL = '/some/other/url'
|
|
{{< /code-toggle >}}
|