mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 18:56:06 +09:00
17 lines
250 B
JSON
17 lines
250 B
JSON
{
|
|
"media": {
|
|
"root": "public/images",
|
|
"public": "public"
|
|
},
|
|
"content": {
|
|
"root": "src/content"
|
|
},
|
|
"code": {
|
|
"root": "src/layouts"
|
|
},
|
|
"themeConfig": [
|
|
"src/config"
|
|
],
|
|
"arrangement": [],
|
|
"showCommitModal": true
|
|
} |