Skip to content

Commit fa59318

Browse files
authored
feat: handle additional redirect paths (#266)
1 parent c5ebb8d commit fa59318

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/blog/src/_redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# English articles
22
/en/:year/:month/:day/:slug /en/:slug 301
3+
/en/:year/:month/:day/:slug/ /en/:slug 301
34

45
# Polish articles (no language prefix)
56
/:year/:month/:day/:slug /:slug 301
7+
/:year/:month/:day/:slug/ /:slug 301

0 commit comments

Comments
 (0)