-
I am hosting a Quarto website on Github Pages using the "docs" method. I have a custom domain and thus need to have a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You can't in general control the contents of the output directory. But you should be able to move the CNAME file to the root of the quarto project, then add it as an explicit resource in your resources:
- CNAME |
Beta Was this translation helpful? Give feedback.
-
I do not understand what I need to add. I know that the CNAME relates to the custom domain. But to add to the |
Beta Was this translation helpful? Give feedback.
You can't in general control the contents of the output directory. But you should be able to move the CNAME file to the root of the quarto project, then add it as an explicit resource in your
_quarto.yml
configuration: