Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit e7c46af

Browse files
committed
Added gatsby sitemap plugin
1 parent 1af18cc commit e7c46af

File tree

4 files changed

+40
-1
lines changed

4 files changed

+40
-1
lines changed

gatsby-config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = {
1414
path: `${__dirname}/src/images`,
1515
},
1616
},
17+
`gatsby-plugin-sitemap`,
1718
`gatsby-transformer-remark`,
1819
`gatsby-transformer-sharp`,
1920
`gatsby-plugin-sharp`,

package-lock.json

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"gatsby-plugin-offline": "^2.2.0",
1414
"gatsby-plugin-react-helmet": "^3.1.0",
1515
"gatsby-plugin-sharp": "^2.2.1",
16+
"gatsby-plugin-sitemap": "^2.2.1",
1617
"gatsby-source-filesystem": "^2.1.0",
1718
"gatsby-transformer-remark": "^2.5.0",
1819
"gatsby-transformer-sharp": "^2.2.0",

src/pages/fail-fast.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const SecondPage = () => (
1717
marginTop: `-10px`,
1818
marginBottom: `30px`,
1919
}}
20-
>Mon July 01, 2019 by <a href="https://twitter.com/malikpiara">Malik Piara</a></span>
20+
>Mon July 01, 2019 by <a href="https://twitter.com/malikpiara" target="_blank">Malik Piara</a></span>
2121

2222
<p>The approach many people have to learning is to go through books, reading them from cover to cover. This linear strategy comes from our belief that the understanding of a subject will grow in direct proportion to the amount of hours we invest in it. This reasoning seems to be spread out across many domains as we often think of the world as linear.</p>
2323

0 commit comments

Comments
 (0)