Skip to content

Commit f1f7c62

Browse files
Merge branch 'arifszn:main' into main
2 parents 6793e98 + 4e9b79e commit f1f7c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/gitprofile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const GitProfile = ({ config }: { config: Config }) => {
7676
.map((project) => `+repo:${project}`)
7777
.join('');
7878

79-
const url = `https://api.github.com/search/repositories?q=${repos}&type=Repositories`;
79+
const url = `https://api.github.com/search/repositories?q=${repos}+fork:true&type=Repositories`;
8080

8181
const repoResponse = await axios.get(url, {
8282
headers: { 'Content-Type': 'application/vnd.github.v3+json' },

0 commit comments

Comments
 (0)