commit d7d20e771a9aac7745c57c34390fd3e9ed189394
parent bd9612eeda97ac0689682076055805745483d7b3
Author: Agastya Chandrakant <me@hanabi.in>
Date: Thu, 5 Sep 2019 23:35:53 +0530
http -> https for feedly
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gatsby-config.js b/gatsby-config.js
@@ -5,7 +5,7 @@ module.exports = {
headerImg: `https://images.unsplash.com/photo-1536633125620-8a3245c11ffa`,
name: `Sanā Habeeb`,
photo: `https://pbs.twimg.com/profile_images/1116312044951744512/z9hsCRB7_400x400.jpg`,
- siteUrl: `http://sana137.in`,
+ siteUrl: `https://sana137.in`,
title: `Sana’s stories`,
homeName: `サナ`,
},