diff --git a/src/pages/index.tsx b/src/pages/index.tsx index f4b9f15..01a5075 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -179,4 +179,8 @@ export const getServerSideProps: GetServerSideProps = async (ctx) => { } } } + +return { + props: {} +}; }