You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would useful to be able to match multiple routes with single regex pattern in SplittedFunctionOptions.routes, as now every route should be listed in the config.
// Before -routes: ['pages/app/index','pages/app/products','pages/app/products/[id]'],// After+routes: ['pages/app/:path*'],