Skip to content

Commit

Permalink
🔀 Merge branch 'release/1.0.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustur committed Apr 4, 2021
2 parents 6370c75 + 030dcb7 commit 26c3541
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,23 @@ module.exports = {
},
},
'gatsby-plugin-netlify',
'gatsby-plugin-sitemap',
{
resolve: 'gatsby-plugin-sitemap',
options: {
query: `{
contentfulMetadata {
siteUrl
}
allSitePage {
nodes {
path
}
}
}`,
resolveSiteUrl: data => data.contentfulMetadata.siteUrl,
},
},
'gatsby-plugin-offline',
],
};
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "loris-portfolio",
"private": true,
"description": "My personal portfolio website showcasing my projects",
"version": "1.0.7",
"version": "1.0.8",
"author": "Loris Bettazza <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "1.12.0",
Expand Down

0 comments on commit 26c3541

Please sign in to comment.