Skip to content

Commit

Permalink
Merge pull request #44 from surajondev/surajondev
Browse files Browse the repository at this point in the history
adding sitemap
  • Loading branch information
surajondev committed May 4, 2023
2 parents 9d647bb + 6998160 commit 72ba6ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
7 changes: 7 additions & 0 deletions client/gatsby-config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
siteMetadata: {
// If you didn't use the resolveSiteUrl option this needs to be set
siteUrl: `https://web3-roadmap.netlify.app`,
},
plugins: [`gatsby-plugin-sitemap`]
}
9 changes: 0 additions & 9 deletions client/gatsby-node.js

This file was deleted.

6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "Web3 Roadmap and free Resources to learn and ace in Web3",
"main": "index.js",
"scripts": {
"docz:dev": "docz dev",
"docz:build": "docz build",
"docz:serve": "docz build && docz serve"
"dev": "docz dev",
"build": "docz build",
"serve": "docz build && docz serve"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 72ba6ac

Please sign in to comment.