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 38d0d64 commit 0fc81d1
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": "60206d5b3c260207bf49cab4",
"name": "index.html",
"path": "/docs/modal/index.html",
"path": "/docs/modal",
"pathname": "/docs/modal/index.html",
"src": "{{./docs/index.html}}",
"host": [
"*",
"general.cocreate.app"
],
"directory": "/docs/modal",
"parentDirectory": "{{parentDirectory}}",
"directory": "modal",
"content-type": "{{content-type}}",
"public": "true",
"website_id": "644d4bff8036fb9d1d1fd69c"
"public": "true"
}
}
]
Expand Down

0 comments on commit 0fc81d1

Please sign in to comment.