diff --git a/src/redirect.njk b/src/redirect.njk index a60296414..fac67f465 100644 --- a/src/redirect.njk +++ b/src/redirect.njk @@ -7,4 +7,4 @@ eleventyExcludeFromCollections: true permalink: /redirects.txt --- {% for page in collections.all | include("data.hideInSitemap", true) %} -{{ page.filePathStem | removeLastPathSegment }} https://digital.sbb.ch{{page.data.redirect}};{% endfor %} \ No newline at end of file +{{ page.filePathStem | removeLastPathSegment }}/ https://digital.sbb.ch{{page.data.redirect}};{% endfor %} \ No newline at end of file