Skip to content

Commit 929f1b0

Browse files
docs: update deployment.md (#5815) [ci skip]
Comment: // vue.config.js file to be place in the root of your repository Should be also on `GitHub Pages` guide, not only `GitLab Pages`
1 parent d9d191f commit 929f1b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guide/deployment.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ If you are using the PWA plugin, your app must be served over HTTPS so that [Ser
4444
If you are deploying to `https://<USERNAME>.github.io/<REPO>/`, (i.e. your repository is at `https://github.com/<USERNAME>/<REPO>`), set `publicPath` to `"/<REPO>/"`. For example, if your repo name is "my-project", your `vue.config.js` should look like this:
4545

4646
``` js
47+
// vue.config.js file to be place in the root of your repository
48+
4749
module.exports = {
4850
publicPath: process.env.NODE_ENV === 'production'
4951
? '/my-project/'

0 commit comments

Comments
 (0)