nuxt-community / redirect-module

No more cumbersome redirects for Nuxt 2!
MIT License
311 stars 17 forks source link

Multi URL to Multi URL Redirects #106

Open NickDDG opened 2 years ago

NickDDG commented 2 years ago

I am using Nuxt and need to create a multi url to multi url redirect.

An example would be to redirect any urls that contain (anything before)/products/bread(anything after) >>> /shop/product/bread(whatever came after in the url that was redirected). Any help would be greatly appreciated!