UNPKG

@europeana/portal

Version:
8 lines (7 loc) 200 B
export default ({ route, redirect }) => { let routePath = route.path; if ((routePath !== '/') && routePath.endsWith('/')) { routePath = routePath.slice(0, -1); redirect(routePath); } };