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 cff2f2a commit 5b5fb7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ module.exports = {
"object": {
"_id": "6204254580b409001727b744",
"name": "index.html",
"path": "/docs/socket-server/index.html",
"path": "/docs/socket-server",
"pathname": "/docs/socket-server/index.html",
"src": "{{./docs/index.html}}",
"host": [
"*",
"general.cocreate.app"
],
"directory": "/docs/socket-server",
"directory": "socket-server",
"content-type": "text/html",
"public": "true",
"website_id": "5ffbceb7f11d2d00103c4535"
"public": "true"
}
}
]
Expand Down

0 comments on commit 5b5fb7e

Please sign in to comment.