Skip to content

Commit 0a1c9dc

Browse files
committed
Update URLs to sandeepkhera.vercel.app
1 parent 70b8efe commit 0a1c9dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

admin/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: 'github',
1616
repo: 'kyliemckinleydemo/sandeep-khera-website',
1717
branch: 'main',
18-
base_url: 'https://fixedwebsite.vercel.app',
18+
base_url: 'https://sandeepkhera.vercel.app',
1919
auth_endpoint: '/api/auth'
2020
},
2121
media_folder: 'images/blog',

api/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function handler(req, res) {
55
return res.status(500).send('GITHUB_CLIENT_ID not configured');
66
}
77

8-
const redirectUri = `https://fixedwebsite.vercel.app/api/callback`;
8+
const redirectUri = `https://sandeepkhera.vercel.app/api/callback`;
99
const scope = 'repo,user';
1010

1111
const authUrl = `https://github.com/login/oauth/authorize?client_id=${clientId}&redirect_uri=${encodeURIComponent(redirectUri)}&scope=${scope}`;

0 commit comments

Comments
 (0)