mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 10:50:24 +00:00
docs: resolve /images correctly for GitHub
This commit is contained in:
parent
859e76cc85
commit
2fe2ef2b7e
2 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@ title = "Hugo Relearn Theme"
|
|||
# just for this documentation to expose the GitHub hero image in the docs
|
||||
[[module.mounts]]
|
||||
source = '../images'
|
||||
target = 'static/images'
|
||||
target = 'assets/images'
|
||||
|
||||
[params]
|
||||
# Demo setting for displaying the siteparam shortcode the docs.
|
||||
|
|
|
@ -320,7 +320,7 @@ highlightWrap = true
|
|||
# printed. If set to `error` an error message is printed and the build is
|
||||
# aborted.
|
||||
# Please note that this can not resolve files inside of your `static` directory.
|
||||
image.errorlevel = ""
|
||||
image.errorlevel = "warning"
|
||||
|
||||
# Image effects.
|
||||
# See the documentation for how you can even add your own arbitrary effects to
|
||||
|
|
Loading…
Reference in a new issue