Skip to content
Snippets Groups Projects
Commit 0b4f9cff authored by Matthieu BENOIST's avatar Matthieu BENOIST
Browse files

Merge branch 'redirect' into 'master'

add accueil and recherche redirects

See merge request !133
parents aa136d9c bf733592
No related branches found
No related tags found
1 merge request!133add accueil and recherche redirects
Pipeline #14613 passed
......@@ -8,6 +8,14 @@ export const routes: Routes = [
path: '',
component: HomeComponent,
},
{
path: 'accueil',
redirectTo: AppRoutes.root.url,
},
{
path: 'recherche',
redirectTo: AppRoutes.datasets.uri,
},
{
path: '**',
redirectTo: AppRoutes.page404.uri,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment