After my bookdown project grew too large, I have installed git lfs, so now my images are stored as pointers. However, this way they are not rendered correctly with github pages.
I have seen this solution (that is, to update links manually), but the problem is that
- with external links the command "build all" exits with a mistake (discussion here: "Basically graphics from the web will no longer work for PDF output").
- some of the images are produced while knitting, e.g. graphs and diagrams, and I do not indicate their location at all (normally).
Is there some solution to make lfs work with pages without manually fixing the links to all the images?