When enabled static export and trailing slash together, URL in the internal links redirects to the version with trailing slash, but in the address bar does not.
Verifications
[X] I've verified that the problem I'm experiencing isn't covered in the docs.
[X] I've searched for similar, existing issues on GitHub and Stack Overflow.
[X] I've compared my app to a working example to look for differences.
Description
When enabled static export and trailing slash together, URL in the internal links redirects to the version with trailing slash, but in the address bar does not.
Verifications
Mandatory reproduction URL
https://github.com/zulalnb/next-intl-static-export-trailing-slash-issue
Reproduction description
Steps to reproduce:
git clone https://github.com/zulalnb/next-intl-static-export-trailing-slash-issue.git
npm install
npm run build
npx serve@latest out
Expected behaviour
I expected to ensure that entering a URL directly in the address bar redirects to the version with a trailing slash.