We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ed4c6 commit e75f811Copy full SHA for e75f811
packages/gatsby-plugin-sitemap/README.md
@@ -67,7 +67,7 @@ plugins: [
67
}
68
}`,
69
resolveSiteUrl: ({site, allSitePage}) => {
70
- //Alternativly, you may also pass in an environment variable (or any location) at the beginning of your `gatsby-config.js`.
+ //Alternatively, you may also pass in an environment variable (or any location) at the beginning of your `gatsby-config.js`.
71
return site.wp.generalSettings.siteUrl
72
},
73
serialize: ({ site, allSitePage }) =>
0 commit comments