404 page not rendering correctly #5276
Replies: 2 comments
-
I cannot reproduce, i.e., I added a quick and dirty Footnotes
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Moved to #5284 |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have a quarto website which renders correctly except for the 404 page.
When previewing, the 404 page looks fine.
quarto preview
When rendered, the 404 page is missing css styling and image path is broken too.
quarto render
This is the only page on the entire website that is misbehaving. And I don't think I am treating this page in any special way. I have uploaded the rendered files to github pages and it's broken there too. The same image path when on another page seems to work fine.
My directory structure looks like:
_quarto.yml
404.qmd
index.qmd
quarto 1.2.335
Beta Was this translation helpful? Give feedback.
All reactions