Skip to content
Snippets Groups Projects
Commit 7b7cca73 authored by Alexandre Villeneuve's avatar Alexandre Villeneuve
Browse files

Update README.md

parent 72ed7e43
No related branches found
No related tags found
No related merge requests found
......@@ -3,17 +3,15 @@ image: node
before_script:
- npm install
pages:
cache:
paths:
- node_modules/
cache:
paths:
- node_modules/
pages:
script:
- npm run generate
artifacts:
paths:
- public
only:
- master
......@@ -31,18 +31,16 @@ image: node
before_script:
- npm install
pages:
cache:
paths:
- node_modules/
cache:
paths:
- node_modules/
pages:
script:
- npm run generate
artifacts:
paths:
- public
only:
- master
```
......@@ -65,6 +63,14 @@ step: just rename your project to `namespace.gitlab.io`, where `namespace` is
your `username` or `groupname`. This can be done by navigating to your
project's **Settings**.
Also, please remove the entry containing the baseurl of your site on the file `nuxt.config.js`:
```javascript
router: {
base: '/nuxt/'
},
```
Read more about [user/group Pages][userpages] and [project Pages][projpages].
## Did you fork this project?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment