feat: Add link to other language in navbar
All checks were successful
Deploy website to alys.phundrak.com / build (push) Successful in 19s
All checks were successful
Deploy website to alys.phundrak.com / build (push) Successful in 19s
This commit is contained in:
parent
1e7576be36
commit
e3f21a252b
@ -19,6 +19,7 @@ export default defineConfig({
|
||||
nav: [
|
||||
{ text: 'Accueil', link: '/' },
|
||||
{ text: 'À Propos', link: '/about' },
|
||||
{ text: 'English', link: '/en/' },
|
||||
],
|
||||
sidebar: [
|
||||
{
|
||||
@ -44,6 +45,7 @@ export default defineConfig({
|
||||
nav: [
|
||||
{ text: 'Home', link: '/en/' },
|
||||
{ text: 'About', link: '/en/about' },
|
||||
{ text: 'Français', link: '/' },
|
||||
],
|
||||
sidebar: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user