Skip to content

Commit 9c05a37

Browse files
authored
Update README.md
1 parent 9c689db commit 9c05a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ RewriteRule ^([^?]*) vuefront/200.html [L,QSA]
143143
```
144144

145145
## 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`:
147147

148148
### via VueFront Deploy service (recommended)
149149
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
160160
1. Install the VueFront CMS Connect App from this repo.
161161
2. Log in or register an account with VueFront.com
162162
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.
164164
5. Via the command line build your VueFront Web App ([read more](https://vuefront.com/guide/setup.html))
165165
```
166166
yarn create vuefront-app

0 commit comments

Comments
 (0)