Skip to content

Commit 6f82c77

Browse files
committed
fix: add pathname
1 parent 7e86069 commit 6f82c77

File tree

2 files changed

+71
-70
lines changed

2 files changed

+71
-70
lines changed

CoCreate.config.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ module.exports = {
1515
"host": [
1616
"*"
1717
],
18-
"directory": "/dist/{{directory}}",
18+
"directory": "{{directory}}",
1919
"path": "{{path}}",
20+
"pathname": "{{pathname}}",
2021
"content-type": "{{content-type}}",
2122
"public": "true"
2223
}
@@ -33,11 +34,11 @@ module.exports = {
3334
"host": [
3435
"*"
3536
],
36-
"directory": "/docs/{{directory}}",
37+
"directory": "{{directory}}",
3738
"path": "{{path}}",
39+
"pathname": "{{pathname}}",
3840
"content-type": "{{content-type}}",
39-
"public": "true",
40-
"website_id": "61381ed8829b690010a4f2b2"
41+
"public": "true"
4142
}
4243
}
4344
],

package.json

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@babel/core": "^7.9.6",
5151
"@babel/preset-env": "^7.9.6",
52-
"@cocreate/cli": "^1.39.0",
52+
"@cocreate/cli": "^1.40.0",
5353
"babel-loader": "^8.1.0",
5454
"clean-webpack-plugin": "^3.0.0",
5555
"css-loader": "^5.2.6",
@@ -67,69 +67,69 @@
6767
"webpack-log": "^3.0.1"
6868
},
6969
"dependencies": {
70-
"@cocreate/actions": "^1.11.0",
71-
"@cocreate/api": "^1.13.0",
72-
"@cocreate/attributes": "^1.10.0",
73-
"@cocreate/calculation": "^1.10.0",
74-
"@cocreate/charts": "^1.9.0",
75-
"@cocreate/clone": "^1.7.0",
76-
"@cocreate/cocreatecss": "^1.15.0",
77-
"@cocreate/codearea": "^1.7.0",
78-
"@cocreate/conditional-logic": "^1.8.0",
79-
"@cocreate/config": "^1.5.0",
80-
"@cocreate/crdt": "^1.21.0",
81-
"@cocreate/croppie": "^1.6.0",
82-
"@cocreate/crud-client": "^1.24.0",
83-
"@cocreate/css-parser": "^1.10.0",
84-
"@cocreate/cursors": "^1.19.0",
85-
"@cocreate/dnd": "^0.27.0",
86-
"@cocreate/domain": "^1.9.0",
87-
"@cocreate/element-config": "^1.8.0",
88-
"@cocreate/element-prototype": "^1.11.0",
89-
"@cocreate/elements": "^1.20.0",
90-
"@cocreate/events": "^1.13.0",
91-
"@cocreate/file": "^1.6.1",
92-
"@cocreate/filter": "^1.22.0",
93-
"@cocreate/floating-label": "^1.10.0",
94-
"@cocreate/fullcalendar": "^1.8.0",
95-
"@cocreate/fullscreen": "^1.8.0",
96-
"@cocreate/indexeddb": "^1.13.0",
97-
"@cocreate/industry": "^1.14.0",
98-
"@cocreate/lazy-loader": "^1.6.0",
99-
"@cocreate/link": "^1.7.0",
100-
"@cocreate/local-storage": "^1.10.0",
101-
"@cocreate/message-client": "^1.6.0",
102-
"@cocreate/modal": "^1.13.0",
103-
"@cocreate/observer": "^1.11.0",
104-
"@cocreate/openai": "^1.0.1",
105-
"@cocreate/organizations": "^1.18.0",
106-
"@cocreate/parallax": "^1.6.0",
107-
"@cocreate/pass": "^1.15.0",
108-
"@cocreate/pickr": "^1.9.0",
109-
"@cocreate/position": "^1.6.0",
110-
"@cocreate/prism": "^1.8.0",
111-
"@cocreate/progress": "^1.7.0",
112-
"@cocreate/pwa": "^1.9.0",
113-
"@cocreate/random-color": "^1.7.0",
114-
"@cocreate/remove": "^1.8.0",
115-
"@cocreate/render": "^1.27.0",
116-
"@cocreate/resize": "^1.8.0",
117-
"@cocreate/resize-observer": "^1.6.0",
118-
"@cocreate/rich-text": "^1.7.0",
119-
"@cocreate/scroll": "^1.8.0",
120-
"@cocreate/search": "^1.6.0",
121-
"@cocreate/select": "^1.13.0",
122-
"@cocreate/selection": "^1.9.0",
123-
"@cocreate/signup-animation": "^1.5.0",
124-
"@cocreate/social-share": "^1.6.0",
125-
"@cocreate/socket-client": "^1.26.0",
126-
"@cocreate/text": "^1.23.0",
127-
"@cocreate/toolbar": "^1.13.0",
128-
"@cocreate/unique": "^1.14.0",
129-
"@cocreate/users": "^1.25.0",
130-
"@cocreate/utils": "^1.24.0",
131-
"@cocreate/uuid": "^1.7.0",
132-
"@cocreate/validation": "^1.11.0",
133-
"@cocreate/vdom": "^1.9.0"
70+
"@cocreate/actions": "^1.11.1",
71+
"@cocreate/api": "^1.13.2",
72+
"@cocreate/attributes": "^1.10.1",
73+
"@cocreate/calculation": "^1.10.1",
74+
"@cocreate/charts": "^1.9.1",
75+
"@cocreate/clone": "^1.7.1",
76+
"@cocreate/cocreatecss": "^1.15.1",
77+
"@cocreate/codearea": "^1.7.1",
78+
"@cocreate/conditional-logic": "^1.8.1",
79+
"@cocreate/config": "^1.5.1",
80+
"@cocreate/crdt": "^1.21.2",
81+
"@cocreate/croppie": "^1.6.1",
82+
"@cocreate/crud-client": "^1.25.0",
83+
"@cocreate/css-parser": "^1.11.0",
84+
"@cocreate/cursors": "^1.19.1",
85+
"@cocreate/dnd": "^0.27.1",
86+
"@cocreate/domain": "^1.9.1",
87+
"@cocreate/element-config": "^1.8.1",
88+
"@cocreate/element-prototype": "^1.11.1",
89+
"@cocreate/elements": "^1.21.0",
90+
"@cocreate/events": "^1.13.1",
91+
"@cocreate/file": "^1.7.1",
92+
"@cocreate/filter": "^1.22.1",
93+
"@cocreate/floating-label": "^1.10.1",
94+
"@cocreate/fullcalendar": "^1.8.2",
95+
"@cocreate/fullscreen": "^1.8.1",
96+
"@cocreate/indexeddb": "^1.13.4",
97+
"@cocreate/industry": "^1.14.2",
98+
"@cocreate/lazy-loader": "^1.6.1",
99+
"@cocreate/link": "^1.7.1",
100+
"@cocreate/local-storage": "^1.10.1",
101+
"@cocreate/message-client": "^1.6.1",
102+
"@cocreate/modal": "^1.13.1",
103+
"@cocreate/observer": "^1.11.1",
104+
"@cocreate/openai": "^1.0.5",
105+
"@cocreate/organizations": "^1.19.0",
106+
"@cocreate/parallax": "^1.6.1",
107+
"@cocreate/pass": "^1.15.1",
108+
"@cocreate/pickr": "^1.9.1",
109+
"@cocreate/position": "^1.6.1",
110+
"@cocreate/prism": "^1.8.1",
111+
"@cocreate/progress": "^1.7.1",
112+
"@cocreate/pwa": "^1.10.0",
113+
"@cocreate/random-color": "^1.7.1",
114+
"@cocreate/remove": "^1.8.1",
115+
"@cocreate/render": "^1.27.2",
116+
"@cocreate/resize": "^1.8.1",
117+
"@cocreate/resize-observer": "^1.6.1",
118+
"@cocreate/rich-text": "^1.7.1",
119+
"@cocreate/scroll": "^1.8.1",
120+
"@cocreate/search": "^1.6.1",
121+
"@cocreate/select": "^1.13.1",
122+
"@cocreate/selection": "^1.9.1",
123+
"@cocreate/signup-animation": "^1.5.1",
124+
"@cocreate/social-share": "^1.6.1",
125+
"@cocreate/socket-client": "^1.26.2",
126+
"@cocreate/text": "^1.23.1",
127+
"@cocreate/toolbar": "^1.13.1",
128+
"@cocreate/unique": "^1.14.2",
129+
"@cocreate/users": "^1.25.2",
130+
"@cocreate/utils": "^1.24.1",
131+
"@cocreate/uuid": "^1.7.1",
132+
"@cocreate/validation": "^1.11.1",
133+
"@cocreate/vdom": "^1.9.1"
134134
}
135-
}
135+
}

0 commit comments

Comments
 (0)