diff --git a/next.config.js b/next.config.js index 9cf29493f..0ed7f7ea8 100644 --- a/next.config.js +++ b/next.config.js @@ -53,6 +53,7 @@ module.exports = bundleAnalyzer({ // This rewrite will also handle `/search/designers` source: '/search/:category', destination: '/search', + locale: false }, ] },