From c9390b6277daf9b578baabe1c4c0cd3885dcab02 Mon Sep 17 00:00:00 2001 From: Marvin Sextro Date: Fri, 2 Jul 2021 23:31:49 +0200 Subject: [PATCH] Minor fix --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index e2fb9bd..9ea1c26 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -47,7 +47,7 @@ function Index(): JSX.Element { ) } -export async function getStaticProps({ locale }) { +export async function getServerSideProps({ locale }) { return { props: { ...(await serverSideTranslations(locale, ['common', 'index', 'errors'])),