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": {
|
||||
"root": "public/images",
|
||||
"public": "public"
|
||||
},
|
||||
"content": {
|
||||
"root": "src/content"
|
||||
},
|
||||
"code": {
|
||||
"root": "src/layouts"
|
||||
},
|
||||
"themeConfig": [
|
||||
"media": "public/images",
|
||||
"content": "src/content",
|
||||
"code": "src/layouts",
|
||||
"arrangement": [],
|
||||
"public": "public",
|
||||
"configs": [
|
||||
"src/config"
|
||||
],
|
||||
"arrangement": [],
|
||||
"showCommitModal": true
|
||||
"custom-commit": true
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"cms": "Sitepins",
|
||||
"generator": "Sitepins CMS",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user