diff --git a/packages/docs/src/remotion/HomepageVideo/Comp.tsx b/packages/docs/src/remotion/HomepageVideo/Comp.tsx index e8745dab86..dee4249b53 100644 --- a/packages/docs/src/remotion/HomepageVideo/Comp.tsx +++ b/packages/docs/src/remotion/HomepageVideo/Comp.tsx @@ -33,6 +33,7 @@ export const getDataAndProps = async () => { ) .then((res) => res.json()) .then((data) => { + console.log('trending data', data); return { repos: data.trending.repos.slice(0, 3), date: data.trending.dateFetched,