Shun Miyazawa 3 месяцев назад
Родитель
Сommit
4c89e96633
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/pages/[[...path]]/index.page.tsx

+ 1 - 1
apps/app/src/pages/[[...path]]/index.page.tsx

@@ -279,7 +279,7 @@ export const getServerSideProps: GetServerSideProps<Props> = async (
     commonEachPropsResult,
     nextjsRoutingType === NextjsRoutingType.SAME_ROUTE
       ? await getServerSidePropsForSameRoute(context)
-      : await getServerSidePropsForInitial(context)
+      : await getServerSidePropsForInitial(context),
   );
 };