From 5077dfb95e9ff43f6a498f83918353e85cf46366 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 16 Aug 2022 17:27:54 +0000 Subject: [PATCH] front fix erro --- src/pages/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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: {} +}; }