mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 17:26:37 -04:00
separate page/site stats API endpoints to lower memory usage
This commit is contained in:
@ -79,9 +79,7 @@ export const getStaticProps: GetStaticProps<{
|
||||
console.warn(`ERROR: I can't fetch any GitHub projects without "GH_PUBLIC_TOKEN" set! Skipping for now...`);
|
||||
|
||||
return {
|
||||
props: {
|
||||
repos: [],
|
||||
},
|
||||
notFound: true,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user