Fix(routes): ignore link routes in lang redirects
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
export default [
|
export default [
|
||||||
'auth',
|
'auth',
|
||||||
'services'
|
'services',
|
||||||
|
'link'
|
||||||
].reduce((throughs, route) => {
|
].reduce((throughs, route) => {
|
||||||
throughs[route] = true; return throughs;
|
throughs[route] = true;
|
||||||
|
return throughs;
|
||||||
}, {});
|
}, {});
|
||||||
|
Reference in New Issue
Block a user