-
DescriptionHello, hello. I am creating my personal website using Quarto and Github pages. Everything is going well for the moment, however, since I decided to include a section (called Blog) using listings, now every time I try to enter my website (waiting for it to show me the Home), it shows an app I made using dashboard and that is inside Blog/. I would like to know if this can be fixed from Quarto or if it is an external problem (from Github pages maybe). The link to my website is the following, as you can see the link does not make direct reference to the app inside Blog/ and nevertheless when one clicks on it is where it automatically redirects to: Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Set an index page which you don't have. |
Beta Was this translation helpful? Give feedback.
-
Excellent! I didn't know about to set up the main file with index. Thank you so much. |
Beta Was this translation helpful? Give feedback.
Set an index page which you don't have.
Rename you "home.qmd" as index.qmd.