Skip to content

Commit fe9ca90

Browse files
committed
fix: Add path and pathname
1 parent 8bc1f35 commit fe9ca90

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CoCreate.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
],
1616
"directory": "/demo/openai/{{directory}}",
1717
"path": "{{path}}",
18+
"pathname": "{{pathname}}",
1819
"content-type": "{{content-type}}",
1920
"public": "true"
2021
}
@@ -26,17 +27,16 @@ module.exports = {
2627
"object": {
2728
"_id": "61a12db2a8b6b4001a9f5a2e",
2829
"name": "index.html",
29-
"path": "/docs/openai/index.html",
30+
"path": "/docs/openai",
31+
"pathname": "/docs/openai/index.html",
3032
"src": "{{./docs/index.html}}",
3133
"host": [
3234
"*",
3335
"general.cocreate.app"
3436
],
35-
"directory": "/docs/openai",
36-
"parentDirectory": "{{parentDirectory}}",
37+
"directory": "openai",
3738
"content-type": "{{content-type}}",
38-
"public": "true",
39-
"website_id": "644d4bff8036fb9d1d1fd69c"
39+
"public": "true"
4040
}
4141
}
4242
]

0 commit comments

Comments
 (0)