working with the content folder

This commit is contained in:
Al Murad Uzzaman
2024-05-18 17:08:18 +06:00
parent 8c1ab27945
commit 76f1b5b6c1
38 changed files with 90 additions and 25 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"title": "Astroplate",
"base_url": "https://astroplate.netlify.app",
"base_path": "/",
"trailing_slash": true,
"trailing_slash": false,
"favicon": "/images/favicon.png",
"logo": "/images/logo.png",
"logo_darkmode": "/images/logo-darkmode.png",
+2 -2
View File
@@ -2,13 +2,13 @@
{
"languageName": "En",
"languageCode": "en",
"contentDir": "en",
"contentDir": "english",
"weight": 1
},
{
"languageName": "Fr",
"languageCode": "fr",
"contentDir": "fr",
"contentDir": "french",
"weight": 2
}
]