How to make a shinyapp as a blog post in quarto blog?
I am able to run shinyapp in quarto doucment(xxx.qmd). But when I put the same code in index.qmd for the quarto blog.
Its show following error message:
Error in shiny_prerendered_html(input_rmd, render_args) :
Prerendered HTML file not found at C:/Users/ThinkPad/Desktop/xxxxxx/xxxx/posts/xxxx/index.html
Code I used:
https://quarto.org/docs/interactive/shiny/