Skip to content

Commit 2973fbc

Browse files
committed
fix: apply src: {{source}} to CoCreate.config
1 parent 4be9741 commit 2973fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CoCreate.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ module.exports = {
88
{
99
"entry": "./docs/index.html",
1010
"collection": "files",
11-
"document_id": "602093033c260207bf49cac0",
12-
"key": "src",
1311
"document": {
12+
"_id": "602093033c260207bf49cac0",
1413
"name": "index.html",
1514
"path": "/docs/render/index.html",
15+
"src": "{{source}}",
1616
"domains": [
1717
"*",
1818
"general.cocreate.app"

0 commit comments

Comments
 (0)