Skip to content

Commit 211db83

Browse files
author
Muguku
committed
updated medium url
1 parent 6edb117 commit 211db83

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gatsby-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module.exports = {
6464
{
6565
resolve: `gatsby-source-medium`,
6666
options: {
67-
username: `@imash`
67+
username: `@muguku`
6868
}
6969
},
7070
{

src/components/NotSocialLinks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export function SocialLinks() {
9999
</Item>
100100
<Item>
101101
<LinkColor
102-
href="https://medium.com/@imash"
102+
href="https://medium.com/@muguku"
103103
target="_blank"
104104
rel="noopener noreferrer"
105105
>

src/components/blog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export function Blog() {
9595
<Container>
9696
{data.allMediumPost.edges.map((edge) => (
9797
<Item
98-
href={`https://medium.com/@iMash/${edge.node.uniqueSlug}?source=muguku.co.ke`}
98+
href={`https://medium.com/@muguku/${edge.node.uniqueSlug}?source=muguku.co.ke`}
9999
target="_blank"
100100
rel="noopener noreferrer"
101101
key={edge.node.id}

0 commit comments

Comments
 (0)