diff --git a/frontend/src/app/liquid/liquid-master-page.module.ts b/frontend/src/app/liquid/liquid-master-page.module.ts index 3375a066a..5d5f0b8dd 100644 --- a/frontend/src/app/liquid/liquid-master-page.module.ts +++ b/frontend/src/app/liquid/liquid-master-page.module.ts @@ -35,9 +35,13 @@ const routes: Routes = [ loadChildren: () => import('../components/about/about.module').then(m => m.AboutModule), }, { - path: 'blocks', + path: 'blocks/:page', component: BlocksList, }, + { + path: 'blocks', + redirectTo: 'blocks/1', + }, { path: 'terms-of-service', loadChildren: () => import('../components/terms-of-service/terms-of-service.module').then(m => m.TermsOfServiceModule),