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

Commit a6c0b2e

Browse files
Update social link in Bio component
Start using social object from gastby-config
1 parent 0562384 commit a6c0b2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
description: `A starter blog with added site search.`,
66
siteUrl: `https://gatsby-starter-blog-with-lunr-demo.netlify.com/`,
77
social: {
8-
twitter: `_lukewh`,
8+
twitter: `https://twitter.com/_lukewh`,
99
},
1010
},
1111
plugins: [

src/components/bio.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function Bio() {
3636
}}
3737
/>
3838
<p>
39-
This project is a fork from <a href="https://github.com/gatsbyjs/gatsby-starter-blog">Gatsby's starter blog</a>, with added Site Search functionality thanks to <a href="https://lunrjs.com/">Lunr.js</a>. It is maintained by <a href="https://twitter.com/_lukewh">{author}</a>, who wrote a tutorial on <a href="https://assortment.io/posts/gatsby-site-search-lunr-js">building this from scratch</a>.
39+
This project is a fork from <a href="https://github.com/gatsbyjs/gatsby-starter-blog">Gatsby's starter blog</a>, with added Site Search functionality thanks to <a href="https://lunrjs.com/">Lunr.js</a>. It is maintained by <a href={social.twitter}>{author}</a>, who wrote a tutorial on <a href="https://assortment.io/posts/gatsby-site-search-lunr-js">building this from scratch</a>.
4040
</p>
4141
</div>
4242
<p style={{ marginBottom: rhythm(2.5) }}><Link to="/search">Search all posts</Link></p>

0 commit comments

Comments
 (0)