Github Page support cleanUrls ? #3020
Replies: 1 comment
-
Ah, yeah it seems to work. We can update the docs. I don't think it used to work earlier. |
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
-
Following vitepress guide and vitepress reference, I set
cleanUrls
to true in bothvercel.json
andconfig.mts
to generate clean url for my vercel deploy.According to the guide, the Github Page doesn't support:
However, after set
cleanUrls: true
in myconfig.mts
, my Github Page also generate clean url without any other configuration. Does this mean Github Page actually support cleanUrls? Or it's only my own case? (I'm using github.io)My repository:
you can check my directory structure here.
My deploy:
you can see, both have clean url.
If the title is true, we should update the guide to tell others about this feature.
Beta Was this translation helpful? Give feedback.
All reactions