I am trying to include a book cover for my bookdown book.
Here is the url for the book:
https://ggplot2-book-solutions-3ed.netlify.app/
In my RStudio, I can see the image of the book cover show up on my Rmd, as seen below:
However, when I run bookdown:::serve_book(), I don't see the image:
I've tried other methods to embed the image, such as using a url of the image or using a html tag, but nothing works. I feel like there is some bookdown option I'm missing...
Any help would be greatly appreciated!