Skip to content

Commit

Permalink
Add note in README that siteUrl is required
Browse files Browse the repository at this point in the history
  • Loading branch information
sbardian committed Apr 4, 2019
1 parent abf4a36 commit 3203019
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/gatsby-plugin-sitemap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ plugins: [`gatsby-plugin-sitemap`]
Above is the minimal configuration required to have it work. By default, the
generated sitemap will include all of your site's pages, except the ones you exclude.

## Note

`siteUrl` is required with `gatsby-plugin-sitemap`.

## Options

The `defaultOptions` [here](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sitemap/src/internals.js#L34) can be overridden.
Expand Down

0 comments on commit 3203019

Please sign in to comment.