You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now does the wiki care a lot about upper and lowercase in the URL.
If I would for example head towards https://luckperms.net/wiki/home would it lead me to a 404 page because home needs to be Home.
If doable should the wiki be case-insensitive in terms of the URLs or at the very least try to update the URL to the proper version (in my example turn home into Home.
The text was updated successfully, but these errors were encountered:
I think what we could do here is maybe adding a list of all the wiki files using fs with webpack like here.
Then (if no page is found, so if it is home) we could loop trough the file/page names and see if the capitalization is different and then redirect to the correct route.
These are my changes, maybe that helps.
Right now does the wiki care a lot about upper and lowercase in the URL.
If I would for example head towards https://luckperms.net/wiki/home would it lead me to a 404 page because
home
needs to beHome
.If doable should the wiki be case-insensitive in terms of the URLs or at the very least try to update the URL to the proper version (in my example turn
home
intoHome
.The text was updated successfully, but these errors were encountered: