fix: liens du menu pointant vers la page d'accueil

This commit is contained in:
2026-07-06 09:47:19 +04:00
parent a1e39b88bf
commit 711244235f
3 changed files with 24 additions and 22 deletions
+9 -9
View File
@@ -1,18 +1,18 @@
[
{ "text": "Solutions", "url": "#solutions" },
{ "text": "Our projects", "url": "#projets" },
{ "text": "DJANGOKAM", "url": "#djangokam" },
{ "text": "Services", "url": "#hebergement" },
{ "text": "Donate", "url": "#dons" },
{ "text": "Solutions", "url": "/en/#solutions" },
{ "text": "Our projects", "url": "/en/#projets" },
{ "text": "DJANGOKAM", "url": "/en/#djangokam" },
{ "text": "Services", "url": "/en/#hebergement" },
{ "text": "Donate", "url": "/en/#dons" },
{
"text": "Resources",
"children": [
{ "text": "Our work", "url": "#clients" },
{ "text": "Our instances", "url": "#services-libres" },
{ "text": "FAQ", "url": "#faq" },
{ "text": "Our work", "url": "/en/#clients" },
{ "text": "Our instances", "url": "/en/#services-libres" },
{ "text": "FAQ", "url": "/en/#faq" },
{ "text": "Press", "url": "/en/press/" },
{ "text": "Labola", "url": "https://labola.o-k-i.net/", "external": true }
]
},
{ "text": "Contact", "url": "#contact" }
{ "text": "Contact", "url": "/en/#contact" }
]