4
0
forked from crowetic/commerce

fix locale category rewrite

This commit is contained in:
Renan Felipe 2020-12-20 16:12:23 -03:00
parent aa36894605
commit ae4480500f

View File

@ -53,6 +53,7 @@ module.exports = bundleAnalyzer({
// This rewrite will also handle `/search/designers`
source: '/search/:category',
destination: '/search',
locale: false
},
]
},