Skip to content

Commit 72ba6ac

Browse files
authoredMay 4, 2023
Merge pull request #44 from surajondev/surajondev
adding sitemap
2 parents 9d647bb + 6998160 commit 72ba6ac

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed
 

‎client/gatsby-config.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
siteMetadata: {
3+
// If you didn't use the resolveSiteUrl option this needs to be set
4+
siteUrl: `https://web3-roadmap.netlify.app`,
5+
},
6+
plugins: [`gatsby-plugin-sitemap`]
7+
}

‎client/gatsby-node.js

-9
This file was deleted.

‎client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Web3 Roadmap and free Resources to learn and ace in Web3",
55
"main": "index.js",
66
"scripts": {
7-
"docz:dev": "docz dev",
8-
"docz:build": "docz build",
9-
"docz:serve": "docz build && docz serve"
7+
"dev": "docz dev",
8+
"build": "docz build",
9+
"serve": "docz build && docz serve"
1010
},
1111
"keywords": [],
1212
"author": "",

0 commit comments

Comments
 (0)
Please sign in to comment.