feat: Add link to other language in navbar
All checks were successful
Deploy website to alys.phundrak.com / build (push) Successful in 19s

This commit is contained in:
Lucien Cartier-Tilet 2024-06-28 06:07:33 +02:00
parent 1e7576be36
commit e3f21a252b
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -19,6 +19,7 @@ export default defineConfig({
nav: [ nav: [
{ text: 'Accueil', link: '/' }, { text: 'Accueil', link: '/' },
{ text: 'À Propos', link: '/about' }, { text: 'À Propos', link: '/about' },
{ text: 'English', link: '/en/' },
], ],
sidebar: [ sidebar: [
{ {
@ -44,6 +45,7 @@ export default defineConfig({
nav: [ nav: [
{ text: 'Home', link: '/en/' }, { text: 'Home', link: '/en/' },
{ text: 'About', link: '/en/about' }, { text: 'About', link: '/en/about' },
{ text: 'Français', link: '/' },
], ],
sidebar: [ sidebar: [
{ {