Replies: 1 comment 20 replies
-
GitHub pages don't support cleanUrls for that particular case. You'll need to use some other hosting provider if you want to avoid that. (#3468 (comment) -- although in your case it's not changing url 👀 ) |
Beta Was this translation helpful? Give feedback.
20 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.
-
Hello again. I'm looking for some advice or hints on the following issue.
Our workflow depends on vitepress and we are setting
cleanUrls: true
if that's relevant.The issue:
https://luxdl.github.io/DocumenterVitepress.jl/stable/ (show the right landing page, flickers and then gives 404 error)
https://luxdl.github.io/DocumenterVitepress.jl/dev/ (this one works) and all versioned options also work. Only this redirect is the issue.
Maybe also relevant the corresponding redirect files:
https://github.com/LuxDL/DocumenterVitepress.jl/blob/gh-pages/index.html
https://github.com/LuxDL/DocumenterVitepress.jl/blob/gh-pages/stable
and ideas or suggestions will be very helpful.
Beta Was this translation helpful? Give feedback.
All reactions