Skip to content

Commit fd834cc

Browse files
committed
fix: Add path and pathname
1 parent f57bcdb commit fd834cc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CoCreate.config.js

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,16 @@ module.exports = {
88
"object": {
99
"_id": "6143fc94829b690010a5f339",
1010
"name": "index.html",
11-
"path": "/docs/utils/index.html",
11+
"path": "/docs/utils",
12+
"pathname": "/docs/utils/index.html",
1213
"src": "{{./docs/index.html}}",
1314
"host": [
1415
"*",
1516
"general.cocreate.app"
1617
],
17-
"directory": "/docs/utils",
18-
"parentDirectory": "{{parentDirectory}}",
18+
"directory": "utils",
1919
"content-type": "{{content-type}}",
20-
"public": "true",
21-
"website_id": "644d4bff8036fb9d1d1fd69c"
20+
"public": "true"
2221
}
2322
}
2423
]

0 commit comments

Comments
 (0)