init project

This commit is contained in:
root
2026-06-25 19:06:59 -04:00
parent c5dfee6efb
commit 5d017f533a
349 changed files with 31330 additions and 0 deletions
@@ -0,0 +1,90 @@
{
"version": "1.0",
"defaultLocale": "en",
"locales": [
"en",
"fr",
"ar"
],
"rootDetection": true,
"routes": [
{
"id": "home",
"slugs": {
"en": "",
"fr": "",
"ar": ""
},
"indexable": true,
"hashes": [
"top",
"product",
"workflow",
"modules",
"pricing",
"faq",
"contact"
]
},
{
"id": "login",
"slugs": {
"en": "login",
"fr": "connexion",
"ar": "تسجيل-الدخول"
},
"indexable": false,
"hashes": []
},
{
"id": "privacy",
"slugs": {
"en": "privacy",
"fr": "confidentialite",
"ar": "الخصوصية"
},
"indexable": true,
"hashes": []
},
{
"id": "terms",
"slugs": {
"en": "terms",
"fr": "conditions",
"ar": "الشروط"
},
"indexable": true,
"hashes": []
},
{
"id": "accessibility",
"slugs": {
"en": "accessibility",
"fr": "accessibilite",
"ar": "إمكانية-الوصول"
},
"indexable": true,
"hashes": []
}
],
"switching": {
"preserveQueryAllowlist": [
"utm_source",
"utm_medium",
"utm_campaign",
"utm_content",
"gclid"
],
"preserveValidHash": true,
"dropUnknownQuery": true
},
"hreflang": {
"values": [
"en",
"fr",
"ar"
],
"xDefaultLocale": "en",
"selfCanonical": true
}
}