Skip to content

Commit

Permalink
fix: update config sources to use template braces with entry on src
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Dec 30, 2022
1 parent 7f392c4 commit fd8b4db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ module.exports = {
},
"sources": [
{
"entry": "./docs/index.html",
"collection": "files",
"document": {
"_id": "6011e7d320b8221182666b45",
"name": "index.html",
"path": "/docs/search/index.html",
"src": "{{source}}",
"src": "{{./docs/index.html}}",
"domains": [
"*",
"general.cocreate.app"
Expand Down

0 comments on commit fd8b4db

Please sign in to comment.