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.
1 parent 751a569 commit f89f49eCopy full SHA for f89f49e
src/pages/projects.js
@@ -3,7 +3,7 @@ import RepoCard from "../components/Projcts/ RepoCard";
3
4
export const getStaticProps = async () => {
5
try {
6
- const res = await fetch('https://api.github.com/users/WebXDAO/repos');
+ const res = await fetch('https://api.github.com/orgs/WebXDAO/repos');
7
const data = await res.json()
8
9
if (!data) {
0 commit comments