diff --git a/pages/index.tsx b/pages/index.tsx index 2f194b2..cd5ad29 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -14,7 +14,7 @@ const set = mangoStore.getState().set export async function getStaticProps({ locale }: { locale: string }) { return { props: { - ...(await serverSideTranslations(locale, ['common'])), + ...(await serverSideTranslations(locale, ['common', 'swap'])), }, } }