init project
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user