-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cleanUrls): CleanUrls feature - No .html in navigation bar #488
Conversation
Fixes #219 |
f37a7eb
to
df8ebf9
Compare
Hi @kiaking |
@georges-gomes Yes! That would be super cool 🙌 I think this is a nice feature to have 👍 |
@kiaking should I try to rebase on |
Yes please! Let's see if it works. No change in theme file, so it might just work fine 👀 |
Really looking forward to this feature |
Replaced by #869 |
This feature is meant to be working with SPA and MPA mode so it's a little bit bigger than just rename the browser location.
cleanUrls
(default false)/foo.md
->/foo/index.html
(This works best for MPA mode with most static site hosting services).md
files are not transformed to.html
/foo
into/foo.html
anymore.First PR on Vitepress so please send comments, I will adjust.