I'm currently facing an issue where my .Rmarkdown
pages are being rendered fine, except I do not see any output being displayed at all. No plots, no tables, nothing. I think somehow, my fig.path
has been messed up.
The output for the line knitr::opts_chunk$get('fig.path')
is ## [1] "index_files/figure-html/"
How do I fix the problem and reset the fig.path
to default? Currently, I see no output being displayed at all, only code chunks.
My repo is hosted here: https://github.com/thedivtagguy/website if this helps.
Live website deploy: https://thedivtagguy.netlify.app/