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: [
|
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: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user