Tychobra / polished

Authentication and Administration for Shiny apps
https://polished.tech
Other
233 stars 36 forks source link

Images in www/ folder not accessible from `secure_rmd()` #193

Open merlinoa opened 2 years ago

merlinoa commented 2 years ago

e.g. the following does not work if the below image is in the www folder. We may need to manually addResourcePath() the www/ folder in secure_rmd()

title: "My title"
date: "`r Sys.Date()`"
polished:
  sign_in_page:
    logo: "img/my_image.png"