statamic / v2-hub

Statamic 2 - Feature Requests and Bug Reports
https://statamic.com
95 stars 5 forks source link

redirect does not work for translated collection items #2494

Closed jonasfrey closed 4 years ago

jonasfrey commented 4 years ago

redirect does not work for translated collection items...

/2020-02-02.test.md

...
redirect: https://www.google.com/
...

/fr/2020-02-02.test.md

...
redirect: https://www.google.fr/
...

{{ uri }} is always google.com but should be translated like {{ content }} and {{ title }}

jonasfrey commented 4 years ago

I am sorry it was all my bad, i had to use {{ url }} and not {{ uri }}