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