Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

fix(pretty-urls): Limiting pretty URLs for trailing index URL segment #226

Merged
merged 2 commits into from
Dec 7, 2020

Conversation

andi1984
Copy link
Owner

@andi1984 andi1984 commented Dec 7, 2020

For the sake of more wide deployment support, we limit/restrict the
pretty URL support for trailing "index" URL segments only.

Before it was not restricted to this, means: "foo.com/mypage.html" was
transformed "foo.com/mypage". This case is taken out now and will stay
like "foo.com/mypage.html".

Fixes #224

For the sake of more wide deployment support, we limit/restrict the
pretty URL support for trailing "index" URL segments only.

Before it was not restricted to this, means: "foo.com/mypage.html" was
transformed "foo.com/mypage". This case is taken out now and will stay
like "foo.com/mypage.html".

Fixes #224
@andi1984 andi1984 merged commit 810b827 into develop Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix --pretty option to make it independent of Netlify
1 participant