nuxt-community / redirect-module

No more cumbersome redirects for Nuxt 2!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using a pipe in redirect issue

schellenbergk opened this issue · comments

this rule:

{
    from: '^/test|ing/',
    to: '/final',
    statusCode: 301,
  },

redirects to /final%7C/final, should redirect to /final