Closed nwalters512 closed 6 years ago
When the base url isn't empty (for instance, foo), /foo couldn't be resolved but /foo/ could be. This removes the trailing slash from the index route so that both routes work.
foo
/foo
/foo/
This pull request is automatically deployed with Now. To access deployments, click Details below or on the icon next to each push.
When the base url isn't empty (for instance,
foo
),/foo
couldn't be resolved but/foo/
could be. This removes the trailing slash from the index route so that both routes work.