17 lines
283 B
JSON
17 lines
283 B
JSON
|
|
{
|
||
|
|
"pages": [{
|
||
|
|
"path": "pages/index/index"
|
||
|
|
// "path": "pages/area-proxy/my-team"
|
||
|
|
}],
|
||
|
|
"subPackages": [{
|
||
|
|
"root": "pages/area-proxy/",
|
||
|
|
"pages": [{
|
||
|
|
"path": "my-team"
|
||
|
|
}]
|
||
|
|
}],
|
||
|
|
"globalStyle": {
|
||
|
|
"navigationStyle": "custom",
|
||
|
|
"navigationBarTextStyle": "black"
|
||
|
|
}
|
||
|
|
}
|