We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6793e98 + 4e9b79e commit f1f7c62Copy full SHA for f1f7c62
src/components/gitprofile.tsx
@@ -76,7 +76,7 @@ const GitProfile = ({ config }: { config: Config }) => {
76
.map((project) => `+repo:${project}`)
77
.join('');
78
79
- const url = `https://api.github.com/search/repositories?q=${repos}&type=Repositories`;
+ const url = `https://api.github.com/search/repositories?q=${repos}+fork:true&type=Repositories`;
80
81
const repoResponse = await axios.get(url, {
82
headers: { 'Content-Type': 'application/vnd.github.v3+json' },
0 commit comments