Skip to content

Commit

Permalink
fix(header): route relative pour cartes
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Dec 19, 2024
1 parent 7548c4f commit d536705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const navItems: DsfrNavigationProps['navItems'] = [
text: 'Catalogue',
},
{
to: `${useBaseUrl()}`,
to: `/`,
text: 'Cartes',
},
{
Expand Down

0 comments on commit d536705

Please sign in to comment.