Skip to content

Commit

Permalink
replace with https
Browse files Browse the repository at this point in the history
  • Loading branch information
behzad888 committed Apr 3, 2019
1 parent 9038547 commit d9f0403
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [OverAFAIK.com](http://overafaik.com/)
# [OverAFAIK.com](https://overafaik.com/)

My personal blog. Forked from [Gatsby blog starter](https://github.com/gatsbyjs/gatsby-starter-blog). Syntax theme based on [Sarah Drasner's Night Owl](https://github.com/sdras/night-owl-vscode-theme/) with small tweaks.

Expand Down
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
author: 'Behzad Abbasi',
description:
'Personal blog by Behzad Abbasi (behzad888). thoughts and code.',
siteUrl: 'http://overafaik.com',
siteUrl: 'https://overafaik.com',
social: {
twitter: '@behzadabbasi88',
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"gh-pages": "^1.2.0",
"prettier": "^1.14.2"
},
"homepage": "http://overafaik.com",
"homepage": "https://overafaik.com",
"license": "MIT",
"scripts": {
"dev": "gatsby develop",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/init/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ date: '2019-04-04'
spoiler: First MD.
---

This is for [OverAFAIK](http://overafaik.com)
This is for [OverAFAIK](https://overafaik.com)
2 changes: 1 addition & 1 deletion src/templates/blog-post.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class BlogPostTemplate extends React.Component {
enSlug.length - 1
)}/index${lang === 'en' ? '' : '.' + lang}.md`;
const discussUrl = `https://mobile.twitter.com/search?q=${encodeURIComponent(
`http://overafaik.com${enSlug}`
`https://overafaik.com${enSlug}`
)}`;

return (
Expand Down

0 comments on commit d9f0403

Please sign in to comment.