File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ RewriteRule ^([^?]*) vuefront/200.html [L,QSA]
143
143
```
144
144
145
145
## Deploy VueFront Web App to Nginx hosting (static website)
146
- Same as for apache only you are required to add the server configurations yourself:
146
+ Same as for apache only you are required to add the server configurations yourself and the vuefront folder has a different path of ` ./pub/vuefront ` :
147
147
148
148
### via VueFront Deploy service (recommended)
149
149
1 . Install the VueFront CMS Connect App from this repo.
@@ -160,7 +160,7 @@ location ~ ^((?!image|.php|admin|catalog|\/img\/.*\/|wp-json|wp-admin|wp-content
160
160
1 . Install the VueFront CMS Connect App from this repo.
161
161
2 . Log in or register an account with VueFront.com
162
162
3 . Copy the CMS Connect URL
163
- 4 . Via Ftp create a new folder ` ROOT /pub/vuefront` of your Magento site on your hosting.
163
+ 4 . Via Ftp create a new folder ` . /pub/vuefront` of your Magento site on your hosting.
164
164
5 . Via the command line build your VueFront Web App ([ read more] ( https://vuefront.com/guide/setup.html ) )
165
165
```
166
166
yarn create vuefront-app
You can’t perform that action at this time.
0 commit comments