Skip to content

Commit

Permalink
fix 404 link
Browse files Browse the repository at this point in the history
  • Loading branch information
muescha committed Apr 15, 2020
1 parent 6a3208d commit e693420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/recipes/deploying-your-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gatsby build

```js:title=gatsby-config.js
module.exports = {
pathPrefix: `/yourpathprefix`,
pathPrefix: `/yourpathprefix`
}
```

Expand Down Expand Up @@ -185,4 +185,4 @@ module.exports = {

### Additional resources

- [adding-analytics](https://www.gatsbyjs.org/docs/adding-analytics/)
- [adding-analytics](/docs/adding-analytics/)

0 comments on commit e693420

Please sign in to comment.