Merge remote-tracking branch 'origin/feature/newSeo' into gray
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -77,7 +77,7 @@ module.exports = () => { | @@ -77,7 +77,7 @@ module.exports = () => { | ||
77 | req.url = `/product/${req.url}`; | 77 | req.url = `/product/${req.url}`; |
78 | } | 78 | } |
79 | 79 | ||
80 | - if (/^\/boy-new/.test(req.url)) { | 80 | + if (/^\/boys-new/.test(req.url)) { |
81 | req.url = '/product/boys-new/'; | 81 | req.url = '/product/boys-new/'; |
82 | } | 82 | } |
83 | 83 |
-
Please register or login to post a comment