Skip to content

Commit

Permalink
fix: Add path and pathname
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Sep 18, 2023
1 parent d9b7076 commit 8cfe0c8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@ module.exports = {
"object": {
"_id": "602738ed5e697f4f26a98a59",
"name": "index.html",
"path": "/docs/charts/index.html",
"path": "/docs/charts",
"pathname": "/docs/charts/index.html",
"src": "{{./docs/index.html}}",
"host": [
"*",
"general.cocreate.app"
],
"directory": "/docs/charts",
"parentDirectory": "{{parentDirectory}}",
"directory": "charts",
"content-type": "{{content-type}}",
"public": "true",
"website_id": "644d4bff8036fb9d1d1fd69c"
"public": "true"
}
}
]
Expand Down

0 comments on commit 8cfe0c8

Please sign in to comment.