Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jan 11, 2018
1 parent 3892723 commit d35646e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/deploy-gatsby.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ git remote add origin git@gitlab.com:examplerepository
git add .
git push -u origin master
```
You can deploy sites on Gitlab Pages with or without a custom domain. If you choose to use the default setup (without a custom domain), or if you create a project site, you will need to setup your site with path prefixing. If adding acustom domain, you can skip the Path Prefix step, and remove `--prefix-paths` from the gitlab-ci.yml file.
You can deploy sites on Gitlab Pages with or without a custom domain. If you choose to use the default setup (without a custom domain), or if you create a project site, you will need to setup your site with path prefixing. If adding a custom domain, you can skip the Path Prefix step, and remove `--prefix-paths` from the gitlab-ci.yml file.

### Path Prefix
As the site will be hosted under yourname.gitlab.io/examplerepository/, you will need to configure Gatsby to use the Path Prefix plugin.
Expand Down

0 comments on commit d35646e

Please sign in to comment.