vuepress / core

Vue-Powered Static Site Generator
https://vuepress.vuejs.org
MIT License
2.17k stars 922 forks source link

[Feature request] CleanUrl #1505

Open Mister-Hope opened 4 months ago

Mister-Hope commented 4 months ago

Clear and concise description of the problem

What's your attitude about supporting clean url? E.g.: /a.html becomes /a

Although this could be a plugin, but I believe supporting it in core could be better? (The path on Page object is "clean" always)

Suggested solution

A new option router in vuepress config, containining cleanUrl.

Alternative

No response

Additional context

No response

meteorlxy commented 4 months ago

I think it's ok to support it in core.