We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd6e14 commit 8c95460Copy full SHA for 8c95460
src/hooks/useGithubIssues.js
@@ -10,7 +10,7 @@ const useGithubIssues = (label = null, issueNumber = null) => {
10
11
// GitHub API configuration
12
const owner = 'digin1';
13
- const repo = 'portfolio-website';
+ const repo = 'digin1.github.io';
14
15
// Create headers without any authorization token
16
const getHeaders = useCallback(() => {
0 commit comments