-
Notifications
You must be signed in to change notification settings - Fork 49
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
support default extensions #5
Comments
I do believe this is fixed as of |
This somehow got reverted. Sorry sorry. Will fix (again). 😿 |
+1 to this feature :) |
Merged
This should be fixed as of beefy 2! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for instance, if you have:
foo/bar.html
and you go to
localhost/foo/bar
in your browser there should be a default extension with a default of.html
so if it 404s onfoo/bar
it will automatically tryfoo/bar.html
the current behavior is that beefy doesnt see a file called
bar
and ignoresbar.html
and instead serves its generated indexthis is how gh-pages works as well as ecstatic
The text was updated successfully, but these errors were encountered: