mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
chore: migrate config to new format by Sitepins
Co-authored-by: tfsomrat <themefisher.dev@gmail.com>
This commit is contained in:
+7
-13
@@ -1,17 +1,11 @@
|
|||||||
{
|
{
|
||||||
"media": {
|
"media": "public/images",
|
||||||
"root": "public/images",
|
"content": "src/content",
|
||||||
"public": "public"
|
"code": "src/layouts",
|
||||||
},
|
"arrangement": [],
|
||||||
"content": {
|
"public": "public",
|
||||||
"root": "src/content"
|
"configs": [
|
||||||
},
|
|
||||||
"code": {
|
|
||||||
"root": "src/layouts"
|
|
||||||
},
|
|
||||||
"themeConfig": [
|
|
||||||
"src/config"
|
"src/config"
|
||||||
],
|
],
|
||||||
"arrangement": [],
|
"custom-commit": true
|
||||||
"showCommitModal": true
|
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"cms": "Sitepins",
|
||||||
|
"generator": "Sitepins CMS",
|
||||||
|
"version": "1.0.0"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user