Skip to content

Commit 588bf2c

Browse files
author
Frank Pagan
committed
fix: renamed domains to hosts
1 parent 2d3ecfa commit 588bf2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CoCreate.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
"name": "index.html",
1313
"path": "/docs/utility/index.html",
1414
"src": "{{./docs/utility.html}}",
15-
"domains": [
15+
"hosts": [
1616
"*",
1717
"general.cocreate.app"
1818
],
@@ -29,7 +29,7 @@ module.exports = {
2929
"name": "avatar.html",
3030
"path": "/docs/avatar/index.html",
3131
"src": "{{./docs/avatar.html}}",
32-
"domains": [
32+
"hosts": [
3333
"*",
3434
"general.cocreate.app"
3535
],
@@ -47,7 +47,7 @@ module.exports = {
4747
"name": "flip-item.html",
4848
"path": "/docs/flip-item/index.html",
4949
"src": "{{./docs/flip-item.html}}",
50-
"domains": [
50+
"hosts": [
5151
"*",
5252
"general.cocreate.app"
5353
],

0 commit comments

Comments
 (0)