Skip to content

Commit

Permalink
Don't point to image cover in subfolder
Browse files Browse the repository at this point in the history
Copy the cover into the output folder.
  • Loading branch information
Blake-Madden committed May 5, 2024
1 parent 035a6eb commit 0fb5992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ book:
output-file: "TinyExpr++ReferenceManual"
language: en
search: false
cover-image: "manual/images/cover.png"
image: "manual/images/cover.png"
cover-image: "images/cover.png"
image: "images/cover.png"
navbar:
logo: tinyexpr_logo.png
right:
Expand Down

0 comments on commit 0fb5992

Please sign in to comment.