Skip to content

Commit f4fe590

Browse files
committed
fix: Add path and pathname
1 parent 9e98758 commit f4fe590

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": "6019bfa94eea0817df303b0c",
1010
"name": "index.html",
11-
"path": "/docs/conditional-logic/index.html",
11+
"path": "/docs/conditional-logic",
12+
"pathname": "/docs/conditional-logic/index.html",
1213
"src": "{{./docs/index.html}}",
1314
"host": [
1415
"*",
1516
"general.cocreate.app"
1617
],
17-
"directory": "/docs/conditional-logic",
18-
"parentDirectory": "{{parentDirectory}}",
18+
"directory": "conditional-logic",
1919
"content-type": "{{content-type}}",
20-
"public": "true",
21-
"website_id": "644d4bff8036fb9d1d1fd69c"
20+
"public": "true"
2221
}
2322
}
2423
]

0 commit comments

Comments
 (0)