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 fd90c39 commit 7e9b31e
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
module.exports = {
"organization_id": "",
"key": "",
"host": "",
"sources": [
{
"array": "files",
"object": {
"_id": "6204253480b409001727b73d",
"name": "index.html",
"path": "/docs/authenticate/index.html",
"src": "{{./docs/index.html}}",
"host": [
"*",
"general.cocreate.app"
],
"directory": "/docs/authenticate",
"content-type": "text/html",
"public": "true",
"website_id": "5ffbceb7f11d2d00103c4535"
}
}
]
}
module.exports = {
"organization_id": "",
"key": "",
"host": "",
"sources": [
{
"array": "files",
"object": {
"_id": "6204253480b409001727b73d",
"name": "index.html",
"path": "/docs/authenticate",
"pathname": "/docs/authenticate/index.html",
"src": "{{./docs/index.html}}",
"host": [
"*",
"general.cocreate.app"
],
"directory": "authenticate",
"content-type": "text/html",
"public": "true"
}
}
]
};

0 comments on commit 7e9b31e

Please sign in to comment.