Skip to content
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

Properly handle docs pages without the .html extension #14

Open
robertlong opened this issue Mar 23, 2020 · 1 comment
Open

Properly handle docs pages without the .html extension #14

robertlong opened this issue Mar 23, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@robertlong
Copy link
Contributor

Currently we don't rewrite the url to the correct file or even show a 404 page when the .html extension is omitted. We should fix this.

@robertlong robertlong added the bug Something isn't working label Mar 23, 2020
@LWprogramming
Copy link

LWprogramming commented Apr 13, 2020

I set the server up locally and a url like http://localhost:3000/docs/intro-avatars actually works fine, even though it doesn't work without the .html extension on the actual website. This setting seems related, but I haven't been able to figure out why it works locally even when cleanUrl is set to false, which is supposed to disable links without the .html extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants