How do I specify the path to a local html file in posit connect? The following code gives me a 404 error when I click on the link to "main.html" but the image and external links both work. I would like to have "main.html" in a child folder but I loved it to the root hoping it would help (but it did not).
---
output: html_document
resource_files:
- main.html
---
[parsnip](https://parsnip.tidymodels.org/index.html)
[main](main.html)

I have specified that the png and html files be uploaded.