Using Middleman on GitHub Pages with directory_indexes enabled, I wonder if I can somehow get rid of the trailing slash GitHub adds.
My urls are basically: /foo-bar -> /foo-bar/index.html
.
Visiting /foo-bar
on GitHub Pages redirects to /foo-bar/
.
Is there any way to prevent this redirect?