Skip to content

Commit

Permalink
fix: apply src: {{source}} to CoCreate.config
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Nov 22, 2022
1 parent 5e7043b commit 5895117
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions CoCreate.config.js
Expand Up @@ -4,15 +4,15 @@ module.exports = {
"organization_id": "5ff747727005da1c272740ab",
"host": "general.cocreate.app"
},

"sources": [{
"sources": [
{
"entry": "./docs/index.html",
"collection": "files",
"document_id": "60206d5b3c260207bf49cab4",
"key": "src",
"document": {
"_id": "60206d5b3c260207bf49cab4",
"name": "index.html",
"path": "/docs/position/index.html",
"src": "{{source}}",
"domains": [
"*",
"general.cocreate.app"
Expand All @@ -23,21 +23,5 @@ module.exports = {
"website_id": "5ffbceb7f11d2d00103c4535"
}
}
],

"extract": {
"directory": "./src/",
"extensions": [
"js",
"css",
"html"
],
"ignores": [
"node_modules",
"vendor",
"bower_components",
"archive"
]
}
}

]
}

0 comments on commit 5895117

Please sign in to comment.