diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 3605594..bf4c326 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -63,7 +63,8 @@ export async function getServerSideProps(context: GetServerSidePropsContext) { return { props: { - initialData: auth + initialData: [], + auth } } }