Skip to content

Commit 8c95460

Browse files
author
digin
committed
renamed repo
1 parent 5dd6e14 commit 8c95460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useGithubIssues.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const useGithubIssues = (label = null, issueNumber = null) => {
1010

1111
// GitHub API configuration
1212
const owner = 'digin1';
13-
const repo = 'portfolio-website';
13+
const repo = 'digin1.github.io';
1414

1515
// Create headers without any authorization token
1616
const getHeaders = useCallback(() => {

0 commit comments

Comments
 (0)