Skip to content

Commit

Permalink
add some information and change link to point to sitemap produced by …
Browse files Browse the repository at this point in the history
…this example
  • Loading branch information
pieh committed Jun 6, 2018
1 parent e73ca60 commit d294f12
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/sitemap/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ const IndexRoute = () => (
<div>
<p>
Welcome to the GatsbyJS Sitemap Demo. Visit{` `}
<a href="https://www.gatsbyjs.org/sitemap.xml">
<a href="/sitemap.xml">
to see the generated sitemap.
</a>
</p>
<p>
Note: gatsby-plugin-sitemap uses <code>siteMetadata.siteUrl</code>{` `}
defined in gatsby-config.js to construct absolute URLs!
</p>
</div>
)

Expand Down

0 comments on commit d294f12

Please sign in to comment.