nuxt-community / redirect-module

No more cumbersome redirects for Nuxt 2!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Russian characters problem

chz opened this issue · comments

Hi everyone,
I have problem when redirect from to

{ from: '^/catalog/keyword/(.*)$', to: '/keyword/$1',statusCode: 301 }

Old: /catalog/обувь
New : /keyword/обувь

its not redirecting server error :/

With english symbols its ok!