Replies: 1 comment 3 replies
-
Yes, that's expected behavior, because if we put them on the output-dir, then they might get copied to the server, and that's not what you want. Those files contain have private information that would allow anyone opening *-speaker.html to control the presentation. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
All of the *-speaker.html files generated by revealjs multiplex don't end up in the output-dir directory specified in _quarto.yml.
Ideally (for me) they would end up right beside the client *.html presentation files. Instead, they remain beside the .qmd files.
Is this expected behavior? If so, is there a way to configure the output directory for these files?
Beta Was this translation helpful? Give feedback.
All reactions