Skip to content

Commit 74e414f

Browse files
authored
fix: add trailing slash to dynamic redirects (#302)
1 parent 7840318 commit 74e414f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/blog/src/_redirects

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@
143143
/angular-2-resolver-dostarczamy-dane-przed-aktywacja-routa /pl/angular-2-resolver-dostarczamy-dane-przed-aktywacja-routa/ 301
144144

145145
# English articles
146-
/en/:year/:month/:day/:slug /en/:slug 301
147-
/en/:year/:month/:day/:slug/ /en/:slug 301
146+
/en/:year/:month/:day/:slug /en/:slug/ 301
147+
/en/:year/:month/:day/:slug/ /en/:slug/ 301
148148

149149
# Polish articles (no language prefix)
150150
/:year/:month/:day/:slug /pl/:slug/ 301

0 commit comments

Comments
 (0)