Skip to content

Commit 0f19174

Browse files
committed
fix: renamed hosts to host. the value can be a string or an array of strings
1 parent f82268f commit 0f19174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CoCreate.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
"name": "index.html",
1111
"path": "/docs/conditional-logic/index.html",
1212
"src": "{{./docs/index.html}}",
13-
"hosts": [
13+
"host": [
1414
"*",
1515
"general.cocreate.app"
1616
],

0 commit comments

Comments
 (0)