Skip to content

Commit

Permalink
Add sitemap.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaehring committed Dec 18, 2021
1 parent 0d69c28 commit c2b72c8
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@ module.exports = {
titleTemplate: "%s | farmOS 2.x Docs",
description: "This is documentation for the upcoming release of farmOS 2.0, now under active development.",
keywords: "agriculture, technology, software, data, open source, farming, Drupal",
url: "",
siteUrl: "https://farmos.org",
image: "/images/farmOS-logo.png",
twitterUsername: "@farmOSorg",
},
plugins: [
'gatsby-plugin-sitemap',
{
resolve: "gatsby-theme-material-ui",
options: {
Expand Down
98 changes: 98 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.0",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-remark-autolink-headers": "^4.11.0",
"gatsby-remark-images": "^4.0.0",
"gatsby-remark-prismjs": "^5.11.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const query = graphql`
titleTemplate
keywords
defaultDescription: description
siteUrl: url
siteUrl
defaultImage: image
twitterUsername
}
Expand Down

0 comments on commit c2b72c8

Please sign in to comment.