Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export const config = {
// Your Github Converted Token To Know How To Get Your Token Look at Readme.md
githubConvertedToken: "Z2hwX0xhcG9DOW9qSktOVTlNUHJUdjVuM3dvTzBoYlZlTTJNWU5VYw==",
githubConvertedToken: "Z2hwX0I4bEJ0T3hJeXBOd042emV2OW5RY0pHTjBjMjdTMzRnV1kwQQ==",

// Your Github UserName
githubUserName: "saadpasta",
githubUserName: "Seamus314",

// Your Github Repo Name Where You Have your issues as Blog
githubRepo: "react-blog-github",
Expand All @@ -15,7 +15,7 @@ export const config = {
OAuthSecret: 'cc3db76ffe9848c92d83172807eececa79f0eb22',

// Your Personal Blog Title
title : "Saad Pasta" ,
title : "seamus314" ,

// Your Personal Blog Subtitle
subtitle : "Software Developer",
Expand Down