mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-18 22:23:27 +09:00
working with the content folder
This commit is contained in:
@@ -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,13 +2,13 @@
|
||||
{
|
||||
"languageName": "En",
|
||||
"languageCode": "en",
|
||||
"contentDir": "en",
|
||||
"contentDir": "english",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"languageName": "Fr",
|
||||
"languageCode": "fr",
|
||||
"contentDir": "fr",
|
||||
"contentDir": "french",
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user